Skip to content

Commit e2c4004

Browse files
committed
Add GitHub Project workflow (add-issue-to-project.yml)
1 parent 10c4f81 commit e2c4004

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Assign Issue to Project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
add-to-project:
9+
uses: turbot/steampipe-workflows/.github/workflows/assign-issue-to-project.yml@main
10+
with:
11+
issue_number: ${{ github.event.issue.number }}
12+
repository: ${{ github.repository }}
13+
secrets: inherit

0 commit comments

Comments
 (0)