Skip to content

Commit 99e7f2b

Browse files
authored
Create add_issue_to_project.yml
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
1 parent 2cbce8a commit 99e7f2b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add Issue To Project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-issue-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@main
14+
with:
15+
project-url: https://github.com/orgs/MobileNativeFoundation/projects/1
16+
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT }}

0 commit comments

Comments
 (0)