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 30a6ad8 commit 5463d06Copy full SHA for 5463d06
1 file changed
.github/workflows/add_issue_to_project.yaml
@@ -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