An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# webext-bot ![bypass_link_on_32](https://user-images.githubusercontent.com/51703039/212473396-a165495a-2c0e-41b1-abec-5079e46e4a67.png)

> 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