Skip to content

Commit

Permalink
fix(pull-request.yml): update branch names and pull request title to …
Browse files Browse the repository at this point in the history
…reflect the correct branches and improve clarity
  • Loading branch information
alisaitteke committed Jan 13, 2024
1 parent 2d62e7e commit 42a66e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: create pull request
run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr create -B develop -H master --title 'Merge develop into master' --body 'Created by Github action'

0 comments on commit 42a66e6

Please sign in to comment.