All Projects → mithro → Autolabeler

mithro / Autolabeler

Licence: isc
Add labels to Pull Requests based on matched file patterns

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Autolabeler

Welcome
A probot app that welcome new users
Stars: ✭ 132 (+40.43%)
Mutual labels:  github-pages, probot-app
Mike
Manage multiple versions of your MkDocs-powered documentation
Stars: ✭ 88 (-6.38%)
Mutual labels:  github-pages
Microdust
My personal blog Microdust
Stars: ✭ 63 (-32.98%)
Mutual labels:  github-pages
Github Rank
🕷️Github 中国和全球用户排名,全球仓库 Star 最多排名(自动日更)。
Stars: ✭ 1,201 (+1177.66%)
Mutual labels:  github-pages
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (-26.6%)
Mutual labels:  probot-app
Github Pages Gallery
A zero dollar solution to host your photo/video gallery online using Github pages and GitHub Actions. No coding necessary.
Stars: ✭ 77 (-18.09%)
Mutual labels:  github-pages
Stale
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
Stars: ✭ 1,070 (+1038.3%)
Mutual labels:  probot-app
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-2.13%)
Mutual labels:  github-pages
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-9.57%)
Mutual labels:  github-pages
Jekyll Katex
Jekyll plugin for easy server-side math rendering via KaTeX
Stars: ✭ 73 (-22.34%)
Mutual labels:  github-pages
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+1161.7%)
Mutual labels:  github-pages
Boardforgithub
A small application to monitor your GitHub project web page in a webview-based native macOS app
Stars: ✭ 69 (-26.6%)
Mutual labels:  github-pages
Covid19 Dashboard
A site that displays up to date COVID-19 stats, powered by fastpages.
Stars: ✭ 1,212 (+1189.36%)
Mutual labels:  github-pages
Jekyll Github Deploy
Jekyll Site Automated Deployer to GitHub Pages
Stars: ✭ 67 (-28.72%)
Mutual labels:  github-pages
Request Info
Requests more info from PRs/Issues with either the default title or a blank body
Stars: ✭ 89 (-5.32%)
Mutual labels:  probot-app
Linter
a GitHub App that lints and fixes code in Pull Requests
Stars: ✭ 54 (-42.55%)
Mutual labels:  probot-app
Ghpages Ghcomments
Let GitHub host the comments for your GitHub Pages
Stars: ✭ 70 (-25.53%)
Mutual labels:  github-pages
Github Pages
🚀 Ejemplos de uso de GitHub Pages
Stars: ✭ 77 (-18.09%)
Mutual labels:  github-pages
Wuffle
A multi-repository task board for GitHub issues.
Stars: ✭ 93 (-1.06%)
Mutual labels:  probot-app
Brew.sh
🔖 The Homebrew homepage
Stars: ✭ 91 (-3.19%)
Mutual labels:  github-pages

Probot Auto Labeler

Greenkeeper badge

A GitHub App built with probot that adds labels to Pull Requests based on matched file patterns.

Using

Configure by creating a .github/autolabeler.yml file with a YAML file in the format of label: file/path. Then add the Probot Auto Labeler Bot to your repository.

For example,

frontend: ["*.js", "*.css", "*.html"]
backend: ["/app", "*.rb"]
legal: ["LICENSE*", "NOTICES*"]
config: .github

Then if a pull request is opened that has scripts/widget.js modified, then the frontend label will be added.

Issues with Bot

If you are having issues with the GitHub app not working, please open an issue.

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this plugin.

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].