mic92/Update Flake Inputs

Creates pull requests for each flake input update

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for creating pull requestsno${{ github.token }}
exclude-patternsComma-separated list of glob patterns to exclude flake.nix filesno""
pr-labelsComma-separated list of labels to add to created pull requestsnodependencies
auto-mergeEnable auto-merge for created pull requestsnofalse
auto-merge-methodMerge method to use when auto-merge is enabled (MERGE, SQUASH, REBASE)noMERGE
git-author-nameGit author name for commitsnogithub-actions[bot]
git-author-emailGit author email for commitsno41898282+github-actions[bot]@users.noreply.github.com
git-committer-nameGit committer name for commitsnogithub-actions[bot]
git-committer-emailGit committer email for commitsno41898282+github-actions[bot]@users.noreply.github.com
signoffAdd sign-off to commitsnotrue
commit-messageCustom commit message template. Supports {{input}}, {{flake-file}}, {{in}} (expands to " in <path>" for subdirectory flakes, empty for root) and {{updateMessage}} placeholders.noUpdate flake input: {{input}}{{in}}\n\n{{updateMessage}}
delete-branchDelete branch after pull request is mergednofalse

no outputs