Skip to content

Commit

Permalink
ci: add workflow to notify pr merged
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Aug 21, 2024
1 parent 1bf2128 commit 5047f96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-merged.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PR Merged

on:
pull_request:
types: [closed]

jobs:
post:
if: ${{ github.event.pull_request.merged == true }}
uses: Cysharp/Actions/.github/workflows/dd-event-post.yaml@main
secrets: inherit

0 comments on commit 5047f96

Please sign in to comment.