chore: update flack.lock automatically#228
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fe2338bee0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| steps: | ||
| - uses: actions/checkout@v6 | ||
| - uses: DeterminateSystems/determinate-nix-action@v3 | ||
| - uses: DeterminateSystems/update-flake-lock@v28 |
There was a problem hiding this comment.
Pass a PAT so update PRs run CI
Because this step uses the action's default GITHUB_TOKEN, the branch push/PR opened by the scheduled workflow will not trigger GitHub Actions; the update-flake-lock docs call out this limitation. In this repo, CI runs on pull_request and pushes to master in .github/workflows/ci.yml, so the monthly lockfile PR will be created without the lint/test/flake checks unless someone manually reopens or rewrites it. Please provide a PAT or equivalent bot token via the action's token input if these PRs are expected to get CI automatically.
Useful? React with 👍 / 👎.
@coralogix/protofetch
@coralogix/protofetch-darwin-arm64
@coralogix/protofetch-darwin-x64
@coralogix/protofetch-linux-arm64
@coralogix/protofetch-linux-x64
@coralogix/protofetch-win32-x64
commit: |
Monthly or manually.