Skip to content

Commit

Permalink
[MWPW-148268] Adjust high impact workflow (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
overmyheadandbody authored Jun 3, 2024
1 parent e89e2ef commit 2ebb018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/high-impact-alert.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: High Impact Alert

on:
pull_request:
pull_request_target:
types:
- labeled

Expand All @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.base.ref }}

- name: Send Slack message for high impact PRs
uses: actions/[email protected]
Expand Down

0 comments on commit 2ebb018

Please sign in to comment.