Skip to content

Commit 91889f1

Browse files
committed
added GHA to auto add issues to infra GHP
1 parent 007dbd0 commit 91889f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "add to `apps` GH project when a new issue is submitted"
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- transferred
8+
pull_request:
9+
types:
10+
- opened
11+
12+
jobs:
13+
call-assign:
14+
uses: clamsproject/.github/.github/workflows/repo-issue-project.yml@main
15+
secrets: inherit
16+
with:
17+
projectnum: 10

0 commit comments

Comments
 (0)