Skip to content

Commit

Permalink
GH Actions: add workflow to add epic issues to OLMv1 project (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford authored Mar 7, 2024
1 parent db3a655 commit 108e9ed
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add epic issues to OLMv1 project

on:
issues:
types:
- opened
- labeled

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/operator-framework/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: epic
label-operator: OR

0 comments on commit 108e9ed

Please sign in to comment.