Skip to content

Commit

Permalink
add workflow to manage proritized issues (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
jBorkowska authored Nov 21, 2023
1 parent 517185c commit 3379ff9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add prioritized issues to project

on:
issues:
types:
- 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/leancodepl/projects/6
github-token: ${{ github.token }}
labeled: P0, P1, P2
label-operator: OR

0 comments on commit 3379ff9

Please sign in to comment.