updated 7d ago
Post a comment on a GitHub pull request to label it for squash merging.
O que dá para fazer com Apply Tide Squash Label?
name: apply-tide-squash-label description: "Label a GitHub PR for squash merging by posting a /label tide/merge-method-squash comment" argument-hint: user-invocable: true allowed-tools: Bash
apply-tide-squash-label
Post a comment on a GitHub pull request to label it for squash merging.
Prerequisites
ghCLI authenticated with access to the target repository
Steps
- Validate that
$ARGUMENTScontains a PR URL. - Run:
gh pr comment "$ARGUMENTS" --body "/label tide/merge-method-squash"
- Report the result to the user.
Instalação
Adicione Apply Tide Squash Label ao seu cliente. Escolha o que você usa.
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/github/skills/apply-tide-squash-label ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Pontuação
39 / 100
Incompleta