Skip to content

Commit 7232d16

Browse files
committed
Enable "Blocking Issues" github action
Details: https://github.com/Levi-Lesches/blocking-issues Senses when you type "Blocked by: #N" in an issue or PR.
1 parent 22f412d commit 7232d16

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/blocking-issues.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Blocking Issues
2+
3+
on:
4+
issues:
5+
types: [closed]
6+
pull_request_target:
7+
types: [opened, edited]
8+
9+
jobs:
10+
blocking_issues:
11+
runs-on: ubuntu-latest
12+
name: Checks for blocking issues
13+
14+
steps:
15+
- uses: Levi-Lesches/[email protected]

0 commit comments

Comments
 (0)