disable token creation role assignment for the time being #2924
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: needs-rebase | |
on: | |
push: | |
pull_request_target: | |
types: | |
- synchronize | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: check if prs are dirty | |
uses: eps1lon/actions-label-merge-conflict@1b1b1fcde06a9b3d089f3464c96417961dde1168 #v3.0.2 | |
with: | |
dirtyLabel: needs-rebase | |
removeOnDirtyLabel: ready-for-review | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
commentOnDirty: "Please rebase pull request." |