.github/workflows/close-subsplit-prs.yaml #149
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
on: | |
schedule: | |
- cron: '30 7 * * *' | |
jobs: | |
close_subsplit_prs: | |
runs-on: ubuntu-latest | |
name: Close sub-split PRs | |
steps: | |
- uses: frankdejonge/[email protected] | |
with: | |
close_pr: 'yes' | |
target_branch_match: '^(?!main).+$' | |
message: | | |
Hi :wave:, | |
Thank you for contributing to Aide. Unfortunately, you've sent a PR to a read-only sub-split repository. | |
All pull requests should be directed towards: https://github.com/bakame-php/aide |