All Projects → groovecoder → discord

groovecoder / discord

Licence: MPL-2.0 license
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to discord

homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (-48.28%)
Mutual labels:  unmaintained
browsercompat
API for browser compatibility data on developer.mozilla.org
Stars: ✭ 21 (-27.59%)
Mutual labels:  unmaintained
mp4analyser
mp4 file analyser written in Python
Stars: ✭ 50 (+72.41%)
Mutual labels:  analyzer
wsoh
INACTIVE - http://mzl.la/ghe-archive - World Series of Hack
Stars: ✭ 44 (+51.72%)
Mutual labels:  unmaintained
Self-Hosted-Asp.Net-WebHooks
Self hosted custom webhook receiver and sender
Stars: ✭ 50 (+72.41%)
Mutual labels:  webhook
white-cursor
Provides a white I-bar cursor in the Atom editor for use with dark backgrounds
Stars: ✭ 13 (-55.17%)
Mutual labels:  unmaintained
wol
Ruby Wake-On-LAN
Stars: ✭ 18 (-37.93%)
Mutual labels:  unmaintained
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-34.48%)
Mutual labels:  analyzer
firefox-for-android-addons
INACTIVE - http://mzl.la/ghe-archive - [deprecated] A collection of JS modules, sample code, and boilerplate add-ons to help you build add-ons for Firefox for Android.
Stars: ✭ 46 (+58.62%)
Mutual labels:  unmaintained
openbadges-specification
INACTIVE - http://mzl.la/ghe-archive - Specs related to Open Badges
Stars: ✭ 23 (-20.69%)
Mutual labels:  unmaintained
angular-progress-button
[Unmaintained] Buttons with built-in progress bars for AngularJS
Stars: ✭ 27 (-6.9%)
Mutual labels:  unmaintained
chathooks
Service to convert webhook messages to your favorite chat / team messaging format. Run transparently as a formatting webhook proxy.
Stars: ✭ 39 (+34.48%)
Mutual labels:  webhook
YappyGitLab
A GitLab monitor bot for Discord
Stars: ✭ 51 (+75.86%)
Mutual labels:  webhook
ServiceStack.Webhooks
Add Webhooks to your ServiceStack services
Stars: ✭ 26 (-10.34%)
Mutual labels:  webhook
MsftTeams
Module for Posting messages to MSTeams via Webhook
Stars: ✭ 35 (+20.69%)
Mutual labels:  webhook
Analyzers
C# code analyzers
Stars: ✭ 18 (-37.93%)
Mutual labels:  analyzer
webhook-tunnel
A little HTTP proxy suitable to create tunnels for webhook endpoints protected behind a firewall or a VPN
Stars: ✭ 63 (+117.24%)
Mutual labels:  webhook
nl.fokkezb.form
[UNMAINTAINED] Alloy TableView Form Widget
Stars: ✭ 43 (+48.28%)
Mutual labels:  unmaintained
rocketchat-uptimerobot
Uptime Robot integration for Rocket.Chat
Stars: ✭ 34 (+17.24%)
Mutual labels:  webhook
MailHookBundle
A bundle to catch API webhook from different mail service
Stars: ✭ 36 (+24.14%)
Mutual labels:  webhook

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

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. 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 for more information.

Reporting problems

Discord is under development. Please report any problems on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].