golangci-lint-action
golangci-lint-action copied to clipboard
Use default branch for only-new-issues when push event
trafficstars
Currently the only-new-issues options only works on PR events. This allows it to work on push events by fetching the repo's default_branch and using it as the base for comparison.