mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
17 lines
274 B
YAML
17 lines
274 B
YAML
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 }}
|