Update create-discord-thread.yml
This commit is contained in:
parent
cbd57234a4
commit
767b76fe96
5
.github/workflows/create-discord-thread.yml
vendored
5
.github/workflows/create-discord-thread.yml
vendored
@ -1,17 +1,14 @@
|
|||||||
name: Create discord thread when script is ready for testing
|
name: Create discord thread when script is ready for testing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
issues:
|
issues:
|
||||||
types:
|
types:
|
||||||
- labeled
|
- labeled
|
||||||
labels:
|
|
||||||
- "Ready For Testing"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
post_to_discord:
|
post_to_discord:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: contains(github.event.issue.labels.*.name, 'Ready For Testing')
|
||||||
steps:
|
steps:
|
||||||
- name: Extract Issue Title (Lowercase & Underscores)
|
- name: Extract Issue Title (Lowercase & Underscores)
|
||||||
id: extract_title
|
id: extract_title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user