We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd28d1 commit 5d79db7Copy full SHA for 5d79db7
.github/workflows/hf_pr-peak-deployment-notification.yml
@@ -0,0 +1,20 @@
1
+# This workflow is centrally managed and generated from
2
+# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-peak-deployment-notification.yml
3
+---
4
+name: "PR: Peak Deployment Notification"
5
+
6
+on:
7
+ pull_request:
8
+ types:
9
+ - closed
10
+ branches:
11
+ - master
12
13
+jobs:
14
+ send-notification:
15
+ if: github.event.pull_request.merged == true
16
+ uses: hellofresh/workflow-peak-deployment-notification/.github/workflows/reusable.yml@master
17
+ with:
18
+ pr_number: ${{ github.event.pull_request.number }}
19
+ pr_title: ${{ github.event.pull_request.title }}
20
+ pr_branch: ${{ github.event.pull_request.head.ref }}
0 commit comments