golangci-lint-action icon indicating copy to clipboard operation
golangci-lint-action copied to clipboard

Use default branch for only-new-issues when push event

Open szechyjs opened this issue 3 years ago • 0 comments
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.

szechyjs avatar Jul 20 '22 18:07 szechyjs