mdarocha/Comment flake.lock changelog
Comment with changelogs on PRs that update flake.lock files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pull-request-number | The number of the pull request to analyse | yes | — |
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | no | ${{ github.token }} |
| build-filter | Shell command that builds your flake, used to hide changelog commits that don't affect the build output. See the README's 'Build filter' section for details. | no | "" |
| build-filter-gc | Run `nix store gc` after every build-filter build to reclaim disk space. Only enable this if nothing else in the same job depends on Nix store paths that aren't rooted yet at this point (e.g. run this action before restoring any build cache). See the README's 'Build filter' section for details. | no | false |
Outputs
no outputs