Skip to content

Commit 20cf572

Browse files
committed
chore: add reopen-issue-if-prs-open workflow
1 parent 312361e commit 20cf572

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Reopen Issue If PRs Open
2+
3+
on:
4+
issues:
5+
types: [closed]
6+
7+
jobs:
8+
reopen-if-needed:
9+
uses: RequestNetwork/.github/.github/workflows/reopen-issue-if-prs-open.yml@main
10+
secrets:
11+
token: ${{ secrets.REOPEN_ISSUES_TOKEN }}

0 commit comments

Comments
 (0)