Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groovecoder/discord
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
https://github.com/groovecoder/discord
analyzer unmaintained webhook
Last synced: 2 months ago
JSON representation
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
- Host: GitHub
- URL: https://github.com/groovecoder/discord
- Owner: groovecoder
- License: mpl-2.0
- Created: 2015-05-18T21:28:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T19:47:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-01T00:41:21.378Z (2 months ago)
- Topics: analyzer, unmaintained, webhook
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 29
- Watchers: 11
- Forks: 13
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Note: Project Suspended
This project has been on hiatus since Feb, 2016. While this README will still work, you should not expect any timely responses from the project maintainers.If you would like to take over maintenance of this project, please file an issue for us to discuss.
[![Build Status](https://travis-ci.org/mdn/discord.svg?branch=master)](https://travis-ci.org/mdn/discord)
Discord analyzes GitHub pull requests and adds comments about incompatible CSS.
## Installation
Follow these instructions to add Discord to your GitHub repository:
1. Navigate to *Settings* > *Webhooks and Services*
2. Add a webhook
* Enter `http://mdn-discord.herokuapp.com/hook` as the Payload URL
* Choose to select individual events. Ensure only *Pull Request* is
selected.
* Leave all other settings at their default values## Configuration
To target specific browsers, add a `.discord` file to the root of your
repository with [Browserslist queries](https://github.com/ai/browserslist#queries).
For example:`ie >= 8, > 1%`
Criteria can be separated by commas, newlines, or both.
Stylesheets will be tested against browsers that match *any* of the criteria.
If the `.discord` file is empty or not present, Discord will default to testing
against the two most recent versions of all supported browsers.## Testing
See [TESTING.md](docs/TESTING.md) for more information.
## Reporting problems
Discord is under development. Please [report any problems on GitHub](https://github.com/mdn/discord/issues).