mic92/Update Flake Inputs
Creates pull requests for each flake input update on Gitea
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gitea-url | Gitea server URL | yes | ${{ github.server_url }} |
| gitea-token | Gitea authentication token | yes | — |
| gitea-repository | Repository in format owner/repo | no | ${{ github.repository }} |
| exclude-patterns | Comma-separated list of glob patterns to exclude flake.nix files | no | "" |
| base-branch | Base branch to create PRs against | no | main |
| branch-suffix | Suffix to append to update branches | no | "" |
| auto-merge | Automatically merge PRs when checks succeed | no | false |
| merge-style | Merge style for auto-merge (e.g. merge, rebase, rebase-merge, squash). "default" fetches the repository default. Empty string omits the field from the API request. | no | default |
| github-token | GitHub token for avoiding rate limits when fetching flake inputs | no | "" |
| git-author-name | Git author name for commits | no | gitea-actions[bot] |
| git-author-email | Git author email for commits | no | gitea-actions[bot]@noreply.gitea.io |
| git-committer-name | Git committer name for commits | no | gitea-actions[bot] |
| git-committer-email | Git committer email for commits | no | gitea-actions[bot]@noreply.gitea.io |
Outputs
no outputs