We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6a91b commit 0f40c46Copy full SHA for 0f40c46
.github/pr-labeler.yml
@@ -4,3 +4,4 @@ documentation: 'documentation/*'
4
feature: 'feature/*'
5
hotfix: 'hotfix/*'
6
quality: 'quality/*'
7
+workflow: 'workflow/*'
.github/workflows/on-version-update.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: peter-evans/create-pull-request@v3
51
with:
52
token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
53
- branch: version-update
+ branch: workflow/version-update
54
delete-branch: true
55
base: develop
56
title: 'Version Update PR'
0 commit comments