https://github.com/amitsingh-007/webext-bot
🤖 An open-source Github Bot to report extension size change and extension version change on pull requests.
https://github.com/amitsingh-007/webext-bot
bot github-bot probot-app web-extension webext-bot
Last synced: 5 months ago
JSON representation
🤖 An open-source Github Bot to report extension size change and extension version change on pull requests.
- Host: GitHub
- URL: https://github.com/amitsingh-007/webext-bot
- Owner: amitsingh-007
- License: isc
- Created: 2021-05-26T19:33:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T08:24:33.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:43:11.582Z (over 1 year ago)
- Topics: bot, github-bot, probot-app, web-extension, webext-bot
- Language: TypeScript
- Homepage: https://github.com/marketplace/webext-bot
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# webext-bot 
> A GitHub App built with [Probot](https://github.com/probot/probot) which is an open-source Github Bot to report extension size change and extension version change on pull requests.
## How to use
- Create a `webext.yml` inside `.github` directory. Following are the supported field in the config:
```yml
manifest:
name: manifest.json
dir: './'
workflow:
name: Build CI
artifact: extension-file
branches-ignore:
- dependabot/**
comment-threshold: 512
auto-assign:
- xyz-github-username
```
- There must be a Github Workflow which creates the web extension as an asset during the run. This bot uses that file to process further.
- Currently, only Github Workflows are supported.
## Contributing
If you have suggestions for how webext-bot could be improved, or want to report a bug, open an issue!
Please check [contributing.md](https://github.com/amitsingh-007/webext-bot/blob/main/contributing.md) to get started.
## License
[MIT](licence) © 2026 Amit Singh