https://github.com/i3/i3-github-bot
logs.i3wm.org and @i3bot on GitHub
https://github.com/i3/i3-github-bot
Last synced: about 1 year ago
JSON representation
logs.i3wm.org and @i3bot on GitHub
- Host: GitHub
- URL: https://github.com/i3/i3-github-bot
- Owner: i3
- License: other
- Created: 2015-05-25T11:05:42.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T17:02:21.000Z (over 1 year ago)
- Last Synced: 2025-04-05T01:22:56.546Z (about 1 year ago)
- Language: Go
- Size: 52.7 KB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
i3-github-bot is a [GitHub web hook](https://developer.github.com/webhooks/)
running on [Google AppEngine](https://cloud.google.com/appengine/). It replaces
[i3-new-ticket](http://code.stapelberg.de/git/i3-new-ticket/) which we used
before migrating to GitHub.
The purpose of i3-github-bot is to ensure that we get high-quality bug reports
and to automate as much of the standard communication about bugs as possible,
i.e. we want to automatically make people aware that they need to tell us the
i3 version number they’re using and supply us a debug log file so that we can
see what’s going on. Before writing i3-new-ticket, these were by far the most
common interactions on newly reported bugs, and automating that part of the
reporting process is valuable for the user and for our developers.
In addition to automated checks of the version number, we also provide a tiny
service to host i3 debug log files, since GitHub does not allow attachments at
the time of writing. See
[i3/docs/debugging](http://i3wm.org/docs/debugging.html) for usage instructions.
To deploy a new version, use `gcloud app deploy` from the [Google Cloud
SDK](https://cloud.google.com/sdk/docs/install)