diff --git a/.github/workflows/regressions.yml b/.github/workflows/label-notifications.yml similarity index 93% rename from .github/workflows/regressions.yml rename to .github/workflows/label-notifications.yml index c75c445572ba..692df107f4d3 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/label-notifications.yml @@ -1,4 +1,4 @@ -name: Handle Regressions +name: Handle Label Notifications permissions: {} on: @@ -12,8 +12,8 @@ on: jobs: process: - name: Process Regression - if: github.event.label.name == 'regression' + name: Process Label + if: github.event.label.name == 'regression' || github.event.label.name == 'crash' runs-on: ubuntu-latest env: @@ -34,7 +34,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": ":warning: The following has been labeled as a regression:" + "text": ":warning: The following has been labeled as a ${{ github.event.label.name }}:" } }, {