We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed44c80 commit 0e134f8Copy full SHA for 0e134f8
.github/workflows/pr-merged.yml
@@ -2,12 +2,11 @@ name: Notify Slack on PR Closed for Dev Branch
2
3
on:
4
pull_request:
5
- types:
6
- - closed
+ types: [opened, reopened]
7
8
jobs:
9
notify-slack:
10
- if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev'
+ if: github.event.pull_request.base.ref == 'dev'
11
runs-on: ubuntu-latest
12
steps:
13
- name: Debug PR URL and Body
0 commit comments