chore(ci): adopt shared workflows and central Renovate preset #128
This file contains hidden or 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: Close invalid PRs | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| close: | |
| uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.1 | |
| with: | |
| protected-branch: main |