Skip to content

Commit

Permalink
Add blocking issues workflow (#972)
Browse files Browse the repository at this point in the history
Signed-off-by: Tynan DeBold <[email protected]>
  • Loading branch information
tynandebold authored Jul 15, 2022
1 parent 8050a31 commit c4332ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/blocking-issues.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit c4332ae

Please sign in to comment.