We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 012c980 + 632b992 commit ff2be61Copy full SHA for ff2be61
2 files changed
.github/workflows/auto-project.yml
@@ -0,0 +1,11 @@
1
+name: Auto Add to Project
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
7
+jobs:
8
+ add-to-project:
9
+ uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main
10
+ secrets:
11
+ PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
.github/workflows/reopen-issue-if-prs-open.yml
+name: Reopen Issue If PRs Open
+ types: [closed]
+ reopen-if-needed:
+ uses: RequestNetwork/.github/.github/workflows/reopen-issue-if-prs-open.yml@main
+ token: ${{ secrets.REOPEN_ISSUES_TOKEN }}
0 commit comments