Skip to content

Commit 219f151

Browse files
Add issue workflow
Test workflow for @gigapod Workflow will append issue to project folder
1 parent 831e9c7 commit 219f151

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)