Commands Overview
GStraccini-bot supports 30+ commands across multiple categories. Commands are triggered by commenting on a pull request or issue with:
@gstraccini <command> [parameters]
Parameter Notationโ
<parameter>โ required parameter[parameter]โ optional parameter
Badgesโ
Commands in the documentation use the following indicators:
- ๐ Requires open PR โ can only be used in the context of an open pull request
- ๐งช In development โ experimental feature, may not be fully stable
Command Categoriesโ
| Category | Commands |
|---|---|
| General | help, review |
| AppVeyor | appveyor build, appveyor bump version, appveyor register, appveyor reset |
| .NET | add project, bump version, csharpier, dotnet centralised package converter, dotnet slnx, fix csproj, nuget check updates |
| Code Quality | cargo clippy, codacy bypass, codacy reanalyze commit, codeclimate bypass, prettier |
| NPM / Node.js | npm check updates, npm dist, npm lint fix, update snapshot |
| GitHub | change runner, copy issue, copy labels, create labels, pin action, rerun checks, rerun workflows, revert commit |
| PHP | composer update lock, phpcs |
Quick Referenceโ
| Command | Category | Requires PR |
|---|---|---|
@gstraccini help | General | โ |
@gstraccini review | General | ๐ |
@gstraccini appveyor build <type> | AppVeyor | ๐ |
@gstraccini appveyor bump version <component> | AppVeyor | ๐ |
@gstraccini appveyor register | AppVeyor | ๐ |
@gstraccini appveyor reset | AppVeyor | ๐ |
@gstraccini add project <projectPath> | .NET | ๐ |
@gstraccini bump version <version> [project] | .NET | ๐ |
@gstraccini csharpier | .NET | ๐ |
@gstraccini dotnet centralised package converter [autofix] | .NET | ๐ |
@gstraccini dotnet slnx | .NET | ๐ |
@gstraccini fix csproj | .NET | ๐ |
@gstraccini nuget check updates [filter] | .NET | ๐ |
@gstraccini cargo clippy | Code Quality |