aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-06-22 22:53:28 +0200
committerGitHub <[email protected]>2022-06-22 22:53:28 +0200
commiteea1b1e1fd04596265cad9d8036a73d20c7a3c5d (patch)
tree5c981bc8d666ad3fb6ffd17474dd5918c6727ca5
parentd05c42a3979be30efc7a932c3c0f483098841b19 (diff)
downloadbootstrap-eea1b1e1fd04596265cad9d8036a73d20c7a3c5d.tar.xz
bootstrap-eea1b1e1fd04596265cad9d8036a73d20c7a3c5d.zip
Use 'needs-example' label to trigger live demo bot message (#36624)
-rw-r--r--.github/workflows/issue-labeled.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml
index 74c194679..3a1cfa9b6 100644
--- a/.github/workflows/issue-labeled.yml
+++ b/.github/workflows/issue-labeled.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: awaiting reply
- if: github.event.label.name == 'awaiting-reply'
+ if: github.event.label.name == 'needs-example'
uses: actions-cool/issues-helper@v3
with:
actions: "create-comment"