yoannchaudet/dependame
A GitHub Action built with .NET
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | ${{ github.token }} |
| repository | Repository to operate on (owner/repo format). Defaults to GITHUB_REPOSITORY environment variable. | no | — |
| command | Command to execute: EnableAutoMerge, UpdateBranch, BumpPR, or NoOp | yes | — |
| auto_merge_branches | Target branches for auto-merge. Supports: - Single branch: "main" - Multiple branches: "main,develop" - Glob patterns: "release/*" Leave empty to disable auto-merge feature. | no | "" |
| auto_merge_method | Merge method for auto-merge: merge, squash, or rebase | no | squash |
| update_branch_label | Label to apply to PRs after their branch is updated. The label is removed from PRs that are behind their base branch. Set to empty string to disable labeling. | no | ready-for-review |
Outputs
no outputs