Skip to content

Commit

Permalink
Add blocking issues bot
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Nov 3, 2023
1 parent 7079c65 commit 3eadb87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/blocking-issues.yml
@@ -0,0 +1,15 @@
name: Blocking Issues

on:
issues:
types: [opened, edited, deleted, transferred, closed, reopened]
pull_request_target:
types: [opened, edited, closed, reopened]

jobs:
blocking_issues:
runs-on: ubuntu-latest
name: Checks for blocking issues

steps:
- uses: Levi-Lesches/blocking-issues@v2

0 comments on commit 3eadb87

Please sign in to comment.