golangci / golangci-lint-action

Official GitHub Action for golangci-lint from its authors
https://github.com/marketplace/actions/golangci-lint
MIT License
1.1k stars 152 forks source link

feat: support for `pull` and `merge_group` events with the option `only-new-issues` #1029

Closed ldez closed 7 months ago

ldez commented 7 months ago

This PR adds support for pull and merge_group events with the option only-new-issues.

merge_group event demo: https://github.com/golangci/super-waffle/pull/1

Fixes #956 Fixes #531 Fixes #523 Closes #520 Related to #135