Skip to content

Commit

Permalink
fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts authored Oct 17, 2024
1 parent 6e2356b commit c8c41be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo-pr-enforce-base-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
run: |
gh pr comment ${{ github.event.number }} --body 'This PR targets the `master` branch but does not come from `dev` or a `hotfix/*` branch.\n\nAutomatically setting the base branch to `dev`.'
gh pr edit ${{ github.event.number }} --base dev
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit c8c41be

Please sign in to comment.