We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d5bdc commit 7d2e653Copy full SHA for 7d2e653
1 file changed
.github/workflows/add-issue-to-project.yml
@@ -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