https://github.com/go-faster/bot
  
  
    GitHub and Telegram automation for go-faster projects 
    https://github.com/go-faster/bot
  
        Last synced: 4 months ago 
        JSON representation
    
GitHub and Telegram automation for go-faster projects
- Host: GitHub
 - URL: https://github.com/go-faster/bot
 - Owner: go-faster
 - License: apache-2.0
 - Created: 2022-06-06T16:58:41.000Z (over 3 years ago)
 - Default Branch: main
 - Last Pushed: 2025-07-03T05:20:32.000Z (4 months ago)
 - Last Synced: 2025-07-03T06:26:04.886Z (4 months ago)
 - Language: Go
 - Homepage:
 - Size: 2.27 MB
 - Stars: 22
 - Watchers: 1
 - Forks: 4
 - Open Issues: 1
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # bot
Bot for go-faster chats and channels, based on [gotd/td](https://github.com/gotd/td).
## Skip deploy
Add `!skip` to commit message.
## Migrations
### Add migration
To add migration named `some-migration-name`:
```console
atlas migrate --env dev diff some-migration-name
```
## Golden files
In package directory:
```console
go test -update
```