uber-go / guide

The Uber Go Style Guide.
Apache License 2.0
15.91k stars 1.72k forks source link

ci/stitchmd: Run git-auto-commit-action on pull_request_target #183

Closed abhinav closed 1 year ago

abhinav commented 1 year ago

Auto-commit to PRs only if the event is pull_request_target not pull_request, because we've changed the event we dispatch on.

(I missed this in the prior two PRs. 😞 )