Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODEOWNERS, fix lint workflow #25

Merged
merged 9 commits into from
Oct 16, 2024
Merged

Conversation

cheshire137
Copy link
Member

@cheshire137 cheshire137 commented Oct 16, 2024

This loops in a broader group of code reviewers when files in the repo are changed. I also updated the lint workflow because I noticed it was failing in the setup stage with "Error: Unable to resolve action github/go-linter, not found".

@cheshire137 cheshire137 self-assigned this Oct 16, 2024
@cheshire137 cheshire137 requested a review from a team as a code owner October 16, 2024 19:59
@cheshire137 cheshire137 requested a review from a team October 16, 2024 19:59
@cheshire137 cheshire137 added the failing-test A CI build is not passing. label Oct 16, 2024
@cheshire137 cheshire137 marked this pull request as draft October 16, 2024 20:02
@cheshire137 cheshire137 changed the title Update CODEOWNERS Update CODEOWNERS, fix lint workflow Oct 16, 2024
@@ -1 +1 @@
* @github/bento-reviewers
* @github/github-models-reviewers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨ This is awesome!

Are there places in dotcom we should be making this substitution too? Happy to help with it!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are! There's a PR in flight now to do so.

@cheshire137 cheshire137 removed the failing-test A CI build is not passing. label Oct 16, 2024
@cheshire137 cheshire137 added the failing-test A CI build is not passing. label Oct 16, 2024
"The action will first check the local cache for a version match. If a version is not found locally, it will pull it from the main branch of the go-versions repository. On miss or failure, it will fall back to downloading directly from go dist. To change the default behavior, please use the check-latest input." - https://github.com/actions/setup-go
@cheshire137 cheshire137 removed the failing-test A CI build is not passing. label Oct 16, 2024
@cheshire137 cheshire137 marked this pull request as ready for review October 16, 2024 20:41
- "**.go"
- go.mod
- go.sum
- .github/workflows/lint.yml
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With these changes, the linter workflow won't run when, say, a Markdown file is edited.

strict: true
go-version: ${{ vars.GOVERSION }}
goproxy-token: ${{secrets.GOPROXY_TOKEN}}
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a different linter since the other was giving errors about "Error: Unable to resolve action github/go-linter, not found".

@cheshire137 cheshire137 merged commit 1e426af into main Oct 16, 2024
5 checks passed
@cheshire137 cheshire137 deleted the codeowner-modl-team branch October 16, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants