Skip to content

Commit 43f8555

Browse files
committed
Create add-issue-to-backlog.yml
1 parent 52968e5 commit 43f8555

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Comments
 (0)