Reverted interval to default, increased retries for stability, and pu… #19695
Workflow file for this run
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: Maintenance | |
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@releases/2.x | |
with: | |
dirtyLabel: needs-rebase | |
removeOnDirtyLabel: ready-for-review | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
commentOnDirty: "Please rebase pull request." |