Skip to content

Commit

Permalink
Update rebase needed job settings (mastodon#23746)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Feb 20, 2023
1 parent 59c8d43 commit b65ca7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rebase-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request_target:
types: [synchronize]

permissions:
pull-requests: write

jobs:
label-rebase-needed:
runs-on: ubuntu-latest
Expand All @@ -19,4 +22,7 @@ jobs:
with:
dirtyLabel: 'rebase needed :construction:'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
commentOnClean: This pull request has resolved merge conflicts and is ready for review.
commentOnDirty: This pull request has merge conflicts that must be resolved before it can be merged.
retryMax: 10
continueOnMissingPermissions: false

0 comments on commit b65ca7a

Please sign in to comment.