Skip to content

Commit 0f40c46

Browse files
committed
update workflow
1 parent bb6a91b commit 0f40c46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/pr-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ documentation: 'documentation/*'
44
feature: 'feature/*'
55
hotfix: 'hotfix/*'
66
quality: 'quality/*'
7+
workflow: 'workflow/*'

.github/workflows/on-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: peter-evans/create-pull-request@v3
5151
with:
5252
token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
53-
branch: version-update
53+
branch: workflow/version-update
5454
delete-branch: true
5555
base: develop
5656
title: 'Version Update PR'

0 commit comments

Comments
 (0)