Probot
Probot is a framework for building GitHub Apps in Node.js. Use pre-built apps to extend GitHub, and easily build and share your own.
Here are 597 public repositories matching this topic...
PRs marked as draft (https://github.blog/2019-02-14-introducing-draft-pull-requests/) should be ignored by the stale bot by default, or a settings should allow the bot to ignore them.
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
May 29, 2020 - JavaScript
Hi there,
I'd be happy to translate the README.md to German in a new file with the German language extension, i.e., README.de.md.
Would that be helpful?
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Oct 11, 2019 - JavaScript
-
Updated
Apr 21, 2020 - TypeScript
-
Updated
Feb 6, 2019 - JavaScript
Hello! First of all as the creator of lighthouse-gh-reporter id like to say that I'm so glad to see that my small tool contributed to inspire you. You put my idea to the next level as my next step in mind was exactly, more or less what you have done so.. congratulations
On the other hand I'd like to contribute into make this somet
When someone edits a file directly on github and does not fill a commit message, Github will fill it as Update <filename>, which then becomes the default PR title too.
It would be great to have an option to request more info for such title, without having to list all possible file names in the config.
-
Updated
Jun 18, 2020 - HTML
-
Updated
Dec 25, 2019 - JavaScript
1. Summary
It would be nice, if user can customize this part of Sentiment Bot message:
Keep in mind, this repository uses the Contributor Covenant.
Now user can't change this text.
2. Argumentation
More customization — always good.
User can want to:
- use another message instead of
Keep in mind, this repository uses the Contributor Covenant, - using `[bold links](http://
-
Updated
May 30, 2020 - TypeScript
-
Updated
Aug 12, 2018 - JavaScript
-
Updated
Aug 5, 2019 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 10, 2020 - JavaScript
-
Updated
May 21, 2020 - TypeScript
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jul 21, 2019 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
Created by Brandon Keepers, Bex Warner
Released March 2017
- Organization
- probot
- Website
- probot.github.io
Bug Report
Current Behavior
I am trying to add a simple express route for a health check on my probot app. I was getting a 404 on my custom configuration, so I revisited the docs to see how to add the express route for this. Even when I overwrite my exported function with the example code from the documentation below, I still get a 404. How is this