We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9101bf1 commit 3026471Copy full SHA for 3026471
1 file changed
.github/workflows/project.yml
@@ -0,0 +1,24 @@
1
+name: Kagenti Project Automation
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request_target:
7
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ add:
14
+ name: Add item to Kagenti Project
15
16
+ permissions:
17
+ issues: write
18
+ pull-requests: write
19
20
21
+ # Pinned to @main intentionally: org-internal workflows propagate updates automatically.
22
+ uses: kagenti/.github/.github/workflows/add-to-project.yml@main
23
+ secrets: inherit
24
0 commit comments