Allow bots to be marked as NSFW and add controls around NSFW bots #191
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/move-labeled-or-milestoned-issue@v2.0 | |
with: | |
action-token: "${{ secrets.DELLYBOT_SECRET }}" | |
project-url: "https://github.com/orgs/discordextremelist/projects/1" | |
column-name: "Low Priority / Delayed" | |
label-name: "on hold" |