Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
name: Move issue/pr to correct column when on hold label applied
on:
issues:
types: [labeled]
jobs:
Move_Labeled_Issue_On_Project_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.DELLYBOT_SECRET }}"
project-url: "https://github.com/orgs/discordextremelist/projects/1"
column-name: "High Priority"
label-name: "high priority"