Skip to content

Commit

Permalink
Add "blocked by" relationships between issues/PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter authored Sep 20, 2023
1 parent 10b8f39 commit 8d7eb4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/blocking_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 8d7eb4d

Please sign in to comment.