Skip to content

Commit

Permalink
Update Workflows [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-ghactions-bot committed Nov 27, 2024
1 parent 70a6035 commit 41dcaf5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/hf_pr-peak-deployment-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This workflow is centrally managed and generated from
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-peak-deployment-notification.yml
---
name: "PR: Peak Deployment Notification"

on:
pull_request:
types:
- closed
branches:
- master

jobs:
send-notification:
if: github.event.pull_request.merged == true
uses: hellofresh/workflow-peak-deployment-notification/.github/workflows/reusable.yml@master
with:
pr_number: ${{ github.event.pull_request.number }}
pr_title: ${{ github.event.pull_request.title }}
pr_branch: ${{ github.event.pull_request.head.ref }}

0 comments on commit 41dcaf5

Please sign in to comment.