diff options
| author | Julien Déramond <[email protected]> | 2022-06-22 22:53:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-22 22:53:28 +0200 |
| commit | eea1b1e1fd04596265cad9d8036a73d20c7a3c5d (patch) | |
| tree | 5c981bc8d666ad3fb6ffd17474dd5918c6727ca5 /.github/workflows | |
| parent | d05c42a3979be30efc7a932c3c0f483098841b19 (diff) | |
| download | bootstrap-eea1b1e1fd04596265cad9d8036a73d20c7a3c5d.tar.xz bootstrap-eea1b1e1fd04596265cad9d8036a73d20c7a3c5d.zip | |
Use 'needs-example' label to trigger live demo bot message (#36624)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/issue-labeled.yml | 2 |
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" |
