From: Julien Déramond Date: Wed, 22 Jun 2022 20:53:28 +0000 (+0200) Subject: Use 'needs-example' label to trigger live demo bot message (#36624) X-Git-Tag: v5.2.0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eea1b1e1fd04596265cad9d8036a73d20c7a3c5d;p=thirdparty%2Fbootstrap.git Use 'needs-example' label to trigger live demo bot message (#36624) --- 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"