Skip to content

Commit a17ebad

Browse files
Update Workflows [ci skip]
1 parent cd92937 commit a17ebad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)