fktn-k / fkYAML

A C++ header-only YAML library
MIT License
67 stars 7 forks source link

Fix conditional branching for pull_request_target events #384

Closed fktn-k closed 1 month ago

fktn-k commented 1 month ago

This PR fixes conditional branching based on the trigerring event name (pull_request_target or push) to not try to comment to a PR if the triggering event name is push.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't