Skip to content

Merge pull request #923 from Cysharp/feature/UpdateDocs25021203 #77

Merge pull request #923 from Cysharp/feature/UpdateDocs25021203

Merge pull request #923 from Cysharp/feature/UpdateDocs25021203 #77

Workflow file for this run

name: PR Merged
# use push event instead of pull_request/close event. This ensure running workflow via Organization user, not via Fork user.
# To make sure push has happen by PR merge, use head_commit message to identity typical merge commit message.
on:
push:
branches:
- main
jobs:
post:
if: ${{ startsWith(github.event.head_commit.message, 'Merge pull request ') }}
uses: Cysharp/Actions/.github/workflows/dd-event-post.yaml@main
secrets: inherit