Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-06-22 23:53:28 +0300
committerGitHub <noreply@github.com>2022-06-22 23:53:28 +0300
commiteea1b1e1fd04596265cad9d8036a73d20c7a3c5d (patch)
tree5c981bc8d666ad3fb6ffd17474dd5918c6727ca5 /.github
parentd05c42a3979be30efc7a932c3c0f483098841b19 (diff)
Use 'needs-example' label to trigger live demo bot message (#36624)
Diffstat (limited to '.github')
-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 74c194679f..3a1cfa9b6b 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"