Skip to content

Commit 5463d06

Browse files
authored
Create add_issue_to_project.yaml
1 parent 30a6ad8 commit 5463d06

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)