yoannchaudet/dependame

A GitHub Action built with .NET

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessyes${{ github.token }}
repositoryRepository to operate on (owner/repo format). Defaults to GITHUB_REPOSITORY environment variable.no
commandCommand to execute: EnableAutoMerge, UpdateBranch, BumpPR, or NoOpyes
auto_merge_branchesTarget 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_methodMerge method for auto-merge: merge, squash, or rebasenosquash
update_branch_labelLabel 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. noready-for-review

no outputs