Skip to content

Commit 03be8ae

Browse files
chore: add GitHub workflow to automatically assign newly opened issues to the project (#586)
1 parent 8261d9a commit 03be8ae

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-pipeling-issue-tracker.yml@main
10+
with:
11+
issue_number: ${{ github.event.issue.number }}
12+
repository: ${{ github.repository }}
13+
secrets: inherit

0 commit comments

Comments
 (0)