Skip to content

Commit

Permalink
Add action to move issues labelled with more info needed to column on…
Browse files Browse the repository at this point in the history
… Wizard board (#4295)

Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht authored Nov 5, 2024
1 parent a1fae50 commit be15df5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/wizard-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Move to Needs more info on Wizard Board

on:
issues:
types: [labeled]
jobs:
Move_Labeled_Issue_On_Wizard_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.GITHUB_TOKEN }}"
project-url: "https://github.com/orgs/kedro-org/projects/10"
column-name: "Needs more info"
label-name: "support: needs more info"
columns-to-ignore: ""

0 comments on commit be15df5

Please sign in to comment.