Skip to content

Commit

Permalink
Update regressions workflow to match aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Sep 3, 2024
1 parent f7f3299 commit 0f2378d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Handle Regressions
name: Handle Label Notifications
permissions: {}

on:
Expand All @@ -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:
Expand All @@ -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 }}:"
}
},
{
Expand Down

0 comments on commit 0f2378d

Please sign in to comment.