Skip to content

Commit

Permalink
add oss community board auto-add workflow (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman authored Jun 27, 2023
1 parent 24fd7c9 commit 487706f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/oss-project-board-add.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 487706f

Please sign in to comment.