Skip to content

Commit

Permalink
feat: fix blocking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Sep 13, 2024
1 parent 08f28e0 commit 712b23e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflow/blocking-issues.yml

This file was deleted.

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 (red)"

0 comments on commit 712b23e

Please sign in to comment.