go-codeowners icon indicating copy to clipboard operation
go-codeowners copied to clipboard

A Go package that finds and parses GitHub CODEOWNERS files

Results 12 go-codeowners issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

dependencies
github_actions

https://github.com/hairyhenderson/go-codeowners/blob/01f12d1c3b7e97c1b2e3768c6ea8f617afec67db/codeowners.go#L54 I happened to notice this while looking into fixing #43: according to the order is wrong. It should check for a `CODEOWNERS` file in `.github/` (and presumably `.gitlab/`) first,...

Consider the following `CODEOWNERS` file: ```codeowners # License text docs/ @writers # Doc writers ``` If you call `Codeowners.Owners` you get back `[]string{"@writers", "#", "Doc", "writers"}` instead of just `[]string{"@writers"}....

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...

dependencies
github_actions

:robot: I have created a release *beep* *boop* --- ## [0.7.1](https://github.com/hairyhenderson/go-codeowners/compare/v0.7.0...v0.7.1) (2025-05-29) ### Dependencies * **actions:** bump actions/create-github-app-token from 1 to 2 ([#58](https://github.com/hairyhenderson/go-codeowners/issues/58)) ([e6ba277](https://github.com/hairyhenderson/go-codeowners/commit/e6ba277d866673f8287962bf0b7e28e405f0cf21)) * **actions:** bump actions/setup-go from 4...

Stale
autorelease: pending

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. Release notes Sourced from golangci/golangci-lint-action's releases. v9.0.0 In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/). What's Changed...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...

dependencies
github_actions

Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/stale#1279 Make sure your runner is...

dependencies
github_actions