Skip to content

Commit

Permalink
Add label workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Apr 4, 2024
1 parent 05aec40 commit fbb2d50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
issues:
types: [labeled]
jobs:
Move_Labeled_Issue_On_Project_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.UPDATE_BOARD }}"
project-url: "https://github.com/orgs/github/projects/10"
column-name: "under-review"
label-name: "1/editor-assigned"

0 comments on commit fbb2d50

Please sign in to comment.