Skip to content

Commit

Permalink
feat: bot dc
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-qc committed Jun 26, 2024
1 parent 2b7df33 commit 521eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/motify-discord-needsqaurgent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
notify-discord:
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-qa-urgent') }}
if: ${{ github.event.action == 'opened' && contains(github.event.pull_request.labels.*.name, 'needs-qa-urgent') || github.event.action == 'labeled' && github.event.label.name == 'needs-qa-urgent' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 521eb79

Please sign in to comment.