Skip to content

Commit

Permalink
Added blocking issues workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilunicmobile committed Jan 10, 2025
1 parent 3a3ef5f commit 4e9cb5f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/blocking-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
with:
# Optional: Choose an existing label to use instead of creating a new one.
# If the label cannot be found, the default one will be created and used.
# The default is: "blocked" (black).
use-label: "blocked issue"

0 comments on commit 4e9cb5f

Please sign in to comment.