Skip to content

Conversation

evan-forbes
Copy link
Member

@evan-forbes evan-forbes commented Aug 5, 2025

idk if this will work, but some dependabot PRs are failing due to not calling go mod tidy in our sub directories that have their own go mods, which results in failures for those tests

see #5427
builds on #5116

@evan-forbes evan-forbes self-assigned this Aug 5, 2025
@evan-forbes evan-forbes added the CI item that directly relates to or modify the CI label Aug 5, 2025
Comment on lines +3 to +10
on:
pull_request:
types: [opened, synchronize]

jobs:
go-mod-tidy:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
Copy link
Member Author

@evan-forbes evan-forbes Aug 5, 2025

Choose a reason for hiding this comment

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

this is 100% claude generated, and while I reviewed I'm skeptical this will work as intended since iirc we can't make commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI item that directly relates to or modify the CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant