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 52968e5 commit 43f8555Copy full SHA for 43f8555
1 file changed
.github/workflows/add-issue-to-backlog.yml
@@ -0,0 +1,11 @@
1
+name: Add new issues to backlog
2
+on:
3
+ issues:
4
+ types: [opened]
5
+
6
+jobs:
7
+ add-issue-to-project:
8
+ uses: defold/github-actions-common/.github/workflows/add-issue-to-project.yml@master
9
+ with:
10
+ project_owner: defold
11
+ project_number: 102
0 commit comments