Skip to content

Commit

Permalink
fix perms?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts authored Oct 17, 2024
1 parent bcd6636 commit 1881d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-pr-enforce-base-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check_pr_target:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Check if PR is from dev or hotfix
if: ${{ !(startsWith(github.event.pull_request.head.ref, 'hotfix/') || github.event.pull_request.head.ref == 'dev') }}
Expand Down

0 comments on commit 1881d20

Please sign in to comment.