We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831e9c7 commit 219f151Copy full SHA for 219f151
.github/workflows/add_issue_to_project.yml
@@ -0,0 +1,17 @@
1
+name: Add new issue to our main project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
8
+jobs:
9
+ add-to-project:
10
+ name: Add issues to project
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/add-to-project@main
14
+ with:
15
+ # You can target a project in the organization for the issue
16
+ project-url: https://github.com/orgs/sparkfun/projects/19
17
+ github-token: ${{ secrets.DEFECT_ADD_TO_PROJECT }}
0 commit comments