Skip to content

Commit 3026471

Browse files
committed
ci: Add org-wide project automation workflow
Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
1 parent 9101bf1 commit 3026471

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/project.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Kagenti Project Automation
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request_target:
7+
types: [opened]
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+
contents: read
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

Comments
 (0)