PR 2 of 5: #207 Add 'Explain It To Me' section with Loop Status and Desmos pages #510
Workflow file for this run
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: Prevent Blocked PRs from being Merged | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - closed | |
| - reopened | |
| issues: | |
| types: | |
| - opened | |
| - edited | |
| - deleted | |
| - transferred | |
| - closed | |
| - reopened | |
| jobs: | |
| blocking_issues: | |
| permissions: | |
| checks: write | |
| issues: write | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Levi-Lesches/blocking-issues@v2 |