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

🌱 GH Actions: add workflow to add epic issues to OLMv1 project #834

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading