https://github.com/guibranco/gstraccini-bot-handler
π€ :octocat: GStraccini-bot automates repository management, ensuring organization and health by handling pull requests, issues, comments, and commits.
https://github.com/guibranco/gstraccini-bot-handler
automation bot gh gh-actions gh-bot github github-actions github-bot hacktoberfest tasks
Last synced: about 14 hours ago
JSON representation
π€ :octocat: GStraccini-bot automates repository management, ensuring organization and health by handling pull requests, issues, comments, and commits.
- Host: GitHub
- URL: https://github.com/guibranco/gstraccini-bot-handler
- Owner: guibranco
- License: mit
- Created: 2024-09-17T01:24:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:20:13.000Z (12 days ago)
- Last Synced: 2025-06-02T15:40:28.506Z (11 days ago)
- Topics: automation, bot, gh, gh-actions, gh-bot, github, github-actions, github-bot, hacktoberfest, tasks
- Language: Shell
- Homepage: https://bot.straccini.com
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
π€ :octocat: **GStraccini-bot** is a GitHub bot designed to keep your repository organized and healthy by automating tasks like managing pull requests, issues, comments, and commits. This allows you to focus on solving real problems.
[](https://github.com/guibranco/gstraccini-bot-service/actions/workflows/deploy.yml)
[](https://github.com/guibranco/gstraccini-bot-service/actions/workflows/php-lint.yml)
[](https://github.com/guibranco/gstraccini-bot-service/actions/workflows/json-yaml-lint.yml)
[](https://github.com/guibranco/gstraccini-bot-service/actions/workflows/shell-checker.yml)---
## About the Bot
[GStraccini-bot](https://bot.straccini.com) automates essential repository tasks, managing pull requests, issues, comments, and commits to help maintain a clean, organized, healthy project environment. This lets you focus on development and problem-solving.
---
## About This Repository
This repository contains the webhook handler for [GStraccini-bot](https://github.com/apps/gstraccini). It is responsible for receiving and processing webhook traffic from GitHub servers.
---
## Installation
To install the bot:
1. Visit the [GitHub Apps page](https://github.com/apps/gstraccini).
2. Install it for your account, organization, or selected repositories.You can see an updated list of available commands by commenting `@gstraccini help` on a pull request or issue.
---
## Available Commands
GStraccini-bot can handle various tasks. Hereβs a list of commands:
### Commands
- `@gstraccini help`: Shows the help message with available commands.
- `@gstraccini add project `: Adds a project to the solution file (only for .NET projects).
- `@gstraccini appveyor build `: Runs the AppVeyor build for the target commit and/or pull request.
- `@gstraccini appveyor bump version `: Bumps the CI version in AppVeyor.
- `@gstraccini appveyor register`: Registers the repository in AppVeyor.
- `@gstraccini appveyor reset`: Resets the AppVeyor build number for the target repository.
- `@gstraccini bump version `: Bumps the .NET version in .csproj files.
- `@gstraccini cargo clippy`: Formats the Rust code using Cargo Clippy (only for Rust projects).
- `@gstraccini change runner `: Changes the GitHub action runner in a workflow file (.yml).
- `@gstraccini codacy bypass`: Bypasses the Codacy analysis for the target commit and/or pull request.
- `@gstraccini codacy reanalyze commit`: Reanalyzes the Codacy last commit in a pull request.
- `@gstraccini codeclimate bypass`: Bypasses the CodeClimate analysis for the target commit and/or pull request.
- `@gstraccini copy labels `: Copies the labels from another repository.
- `@gstraccini copy issue `: Copies an issue from one repository to another.
- `@gstraccini create labels <categories>`: Creates the default labels in the repository.
- `@gstraccini csharpier`: Formats the C# code using CSharpier (only for .NET projects).
- `@gstraccini fix csproj`: Updates the .csproj file with the packages.config version of NuGet packages (only for .NET Framework projects).
- `@gstraccini npm check updates`: Updates dependencies in a package.json and package-lock.json.
- `@gstraccini npm dist`: Generates or regenerates the dist files.
- `@gstraccini prettier`: Formats the code using Prettier.
- `@gstraccini rerun checks <conclusion>`: Reruns the checks in the target pull request.
- `@gstraccini rerun workflows <conclusion>`: Reruns the workflows (actions) in the target pull request.
- `@gstraccini review`: Enables review for the target pull request.
- `@gstraccini update snapshot`: Updates test snapshots (npm test -- -u) (only for Node.js projects).> [!Note]
> If you are not allowed to use the bot, a thumbs-down reaction will be added to your comment.---
## How It Works
GStraccini-bot uses several components to manage repositories:
- [API](https://github.com/guibranco/gstraccini-bot-api): The botβs API project. Stats and configuration endpoints.
- [Docs](https://github.com/guibranco/gstraccini-bot-docs): The bot's documentation.
- [Handler](https://github.com/guibranco/gstraccini-bot-handler): Handles incoming webhooks.
- [Service](https://github.com/guibranco/gstraccini-bot-service): The bot's service project. The main worker who processes tasks
- [Website](https://github.com/guibranco/gstraccini-bot-website): Provides the bot's landing page and dashboard.
- [Workflows](https://github.com/guibranco/gstraccini-bot-workflows): Execute GitHub Actions.---
## Cronjobs
GStraccini-bot runs automated tasks at regular intervals on its infrastructure:
-  β π every 1 minute
-  β π every 1 minute
-  β π every 1 minute
-  β π every 1 minute
-  β π every 1 minute
-  β π every 1 minute
-  β π every 5 minutes---
## Useful Links
- [GitHub Marketplace](https://github.com/marketplace/gstraccini-bot)
- [GitHub App](https://github.com/apps/gstraccini)
- [Repository on GitHub](https://github.com/guibranco/gstraccini-bot-service)
- [Bot's Dashboard](https://bot.straccini.com)
- [Bot's Documentation](https://docs.bot.straccini.com)