We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b39878 + c0760b8 commit bcad0d9Copy full SHA for bcad0d9
1 file changed
.github/workflows/add-issue-to-project.yml
@@ -0,0 +1,19 @@
1
+name: Add issue to project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - reopened
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue to project
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/[email protected]
15
+ with:
16
+ # You can target a project in a different organization
17
+ # to the issue
18
+ project-url: https://github.com/orgs/mvt-project/projects/1
19
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments