Skip to content

Commit 90f6bf3

Browse files
authored
GH Actions: add workflow to add epic issues to OLMv1 project (#121)
Signed-off-by: Joe Lanford <[email protected]>
1 parent a6eb73a commit 90f6bf3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add epic issues to OLMv1 project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- labeled
8+
9+
jobs:
10+
add-to-project:
11+
name: Add issue to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/[email protected]
15+
with:
16+
project-url: https://github.com/orgs/operator-framework/projects/8
17+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
18+
labeled: epic
19+
label-operator: OR

0 commit comments

Comments
 (0)