🤖
Automate your GitHub workflow effortlessly.
Get more done by automating repetitive tasks.
Auto-label them based on size and impact.
Requires check-lists to be completed on PR description.
Generate distribuition/build files from NPM/YARN projects, run Prettier, and more.
Run liters, CSharpier and dotnet format commands from pull requests.
Generate issues description using AI (OpenAI, Llama, Claude).
Bump version (GitHub Actions/GitVersion/Appveyor).
Integrate commands with CodeClimate, Codacy, Codecov, DeepSource, SonarQube, and more directly from pull requests.
Shows the help message with available commands.
Adds a project to the solution file (only for .NET projects).
Runs the AppVeyor build for the target commit and/or pull request.
Bumps the CI version in AppVeyor.
Registers the repository in AppVeyor.
Resets the AppVeyor build number for the target repository.
Bumps the .NET version in .csproj files. ⚠️ (In development, it may not work as expected!)
Formats the Rust code using Cargo Clippy (only for Rust projects).
Changes the GitHub action runner in a workflow file (.yml). ⚠️ (In development, it may not work as expected!)
Bypasses the Codacy analysis for the target commit and/or pull request.
Reanalyzes the Codacy last commit in a pull request.
Bypasses the CodeClimate analysis for the target commit and/or pull request.
Copy the labels from another repository.
Copy an issue from one repository to another ⚠️ (In development, it may not work as expected!)
Create the default labels in the repository.
Formats the C# code using CSharpier (only for .NET projects).
Updates the .csproj file with the packages.config version of NuGet packages (only for .NET Framework projects). ⚠️ (In development, it may not work as expected!)
Update dependencies in a package.json and package-lock.json using the npm-check-updates (only for NPM projects).
Generate or regenerate the dist files. It will run the following NPM command: npm run package.
Formats the code using Prettier.
This option reruns the checks in the target pull request upon current status.
This option reruns the workflows (action) in the target pull request. It is only available for GitHub Actions!
Enable review for the target pull request. This is useful when the PR submitter wasn't on the watch list, the webhook was not captured, or some failed scenario occurred.
Update test snapshots (npm test -- -u) (only for Node.js projects).