Skip to content

Merge pull request #927 from Cysharp/feature/UpdateDocs25021302 #79

Merge pull request #927 from Cysharp/feature/UpdateDocs25021302

Merge pull request #927 from Cysharp/feature/UpdateDocs25021302 #79

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