Skip to content

Commit c72ef88

Browse files
authored
add oss community board auto-add workflow (#4)
Signed-off-by: Alex Goodman <[email protected]>
1 parent 65614c6 commit c72ef88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add to OSS board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
- transferred
9+
- labeled
10+
11+
jobs:
12+
13+
run:
14+
uses: "anchore/workflows/.github/workflows/oss-project-board-add.yaml@main"
15+
secrets:
16+
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}

0 commit comments

Comments
 (0)