]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use 'needs-example' label to trigger live demo bot message (#36624)
authorJulien Déramond <julien.deramond@orange.com>
Wed, 22 Jun 2022 20:53:28 +0000 (22:53 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 20:53:28 +0000 (22:53 +0200)
.github/workflows/issue-labeled.yml

index 74c194679f430b95573f5bad38be6cadb4a3a33c..3a1cfa9b6ba37f3e66bedb8d935c35887f3daee6 100644 (file)
@@ -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"