Allow 'blocked by' in comments to show in github issues and PRs

This commit is contained in:
Jonathan Shook 2022-02-24 16:11:46 -06:00
parent 7b302b25c1
commit 3b1bb5df68

15
.github/workflows/blocking_issues.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Blocking Issues
on:
issues:
types: [closed]
pull_request_target:
types: [opened, edited]
jobs:
blocking_issues:
runs-on: ubuntu-latest
name: Checks for blocking issues
steps:
- uses: Levi-Lesches/blocking-issues@v1.1