Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 4, 2021
1 parent cca16d5 commit a14bbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ documentation: 'documentation/*'
feature: 'feature/*'
hotfix: 'hotfix/*'
quality: 'quality/*'
workflow: 'workflow/*'
2 changes: 1 addition & 1 deletion .github/workflows/on-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
branch: version-update
branch: workflow/version-update
delete-branch: true
base: develop
title: 'Version Update PR'

0 comments on commit a14bbc3

Please sign in to comment.