Merge pull request #922 from Cysharp/feature/UpdateDocs25021202 #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |