Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
GH Actions: add workflow to add epic issues to OLMv1 project
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <[email protected]>
  • Loading branch information
joelanford committed Mar 7, 2024
1 parent 591a334 commit 08384ac
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/[email protected]
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 08384ac

Please sign in to comment.