We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9eae commit 4fb1f13Copy full SHA for 4fb1f13
1 file changed
.github/workflows/mod_project_integration.yml
@@ -0,0 +1,17 @@
1
+name: Mod-Project Integration
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request:
7
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue/PR to project
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/add-to-project@v1.0.2
15
+ with:
16
+ project-url: https://github.com/orgs/Polyfrost/projects/9
17
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments