mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
add oss community board auto-add workflow (#1898)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
0d4f19043e
commit
026be3c0f1
16
.github/workflows/oss-project-board-add.yaml
vendored
Normal file
16
.github/workflows/oss-project-board-add.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Add to OSS board
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- transferred
|
||||||
|
- labeled
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
run:
|
||||||
|
uses: "anchore/workflows/.github/workflows/oss-project-board-add.yaml@main"
|
||||||
|
secrets:
|
||||||
|
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}
|
||||||
Loading…
x
Reference in New Issue
Block a user