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 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, rerun checks, rerun workflows, revert commit |
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 slnx | .NET | ๐ |
@gstraccini fix csproj | .NET | ๐ |
@gstraccini nuget check updates [filter] | .NET | ๐ |
@gstraccini cargo clippy | Code Quality | ๐ |
@gstraccini codacy bypass | Code Quality | ๐ |
@gstraccini codacy reanalyze commit | Code Quality | ๐ |
@gstraccini codeclimate bypass | Code Quality | ๐ |
@gstraccini prettier | Code Quality | ๐ |
@gstraccini npm check updates [filter] | NPM | ๐ |
@gstraccini npm dist | NPM | ๐ |
@gstraccini npm lint fix | NPM | ๐ |
@gstraccini update snapshot | NPM | ๐ |
@gstraccini change runner <runner> <workflow> [jobs] | GitHub | ๐ |
@gstraccini copy issue <repository> | GitHub | โ |
@gstraccini copy labels <repository> | GitHub | โ |
@gstraccini create labels [style] [categories] | GitHub | โ |
@gstraccini rerun checks [conclusion] | GitHub | ๐ |
@gstraccini rerun workflows [conclusion] | GitHub | ๐ |
@gstraccini revert commit <sha1> | GitHub | ๐ |