mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): added commit message config; (#5447)
This commit is contained in:
@@ -51,9 +51,11 @@ jobs:
|
|||||||
run: node ./bin/pr.js
|
run: node ./bin/pr.js
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
id: cpr
|
||||||
with:
|
with:
|
||||||
branch: release
|
branch: release
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
commit-message: 'chore(release): v${{ steps.package-version.outputs.current-version}}'
|
||||||
title: '[Release] v${{ steps.package-version.outputs.current-version}}'
|
title: '[Release] v${{ steps.package-version.outputs.current-version}}'
|
||||||
body: |
|
body: |
|
||||||
${{ steps.body.outputs.stdout }}
|
${{ steps.body.outputs.stdout }}
|
||||||
@@ -69,3 +71,7 @@ jobs:
|
|||||||
#assignees: jasonsaayman
|
#assignees: jasonsaayman
|
||||||
#reviewers: jasonsaayman
|
#reviewers: jasonsaayman
|
||||||
draft: false
|
draft: false
|
||||||
|
- name: Check outputs
|
||||||
|
if: ${{ steps.cpr.outputs.pull-request-url }}
|
||||||
|
run: |
|
||||||
|
echo "Axios Release v{{ steps.package-version.outputs.current-version}}' pull request - ${{ steps.cpr.outputs.pull-request-url }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user