Skip to content

Commit

Permalink
minor #11363 Introduce Probot Autolabeler (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.6 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.6
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

As a _General Hater of Not-labeled Pull Requests_, to help our work easier, I would like to introduce a https://github.com/apps/probot-autolabeler.

I'm not sure if it's **the best** choice from auto labelling bots, but it has one big advantage - can label PRs from forked repositories (which is crucial for Sylius). It has also a very simple configuration (which is both ➕ and ➖), so maybe we would have to modify it (or replace with something better) to handle some more sophisticated algorithms for labels 🏇 

This is just a first version of configuration - when it's merged, I would love to see some more lines there (for example for `API` label on `master` branch 💃)

Commits
-------

dbcc105 Introduce Probot Autolabeler
  • Loading branch information
pamil authored Apr 16, 2020
2 parents 69d31fc + dbcc105 commit a71b3a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/autolabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Documentation: ['docs/']
Maintenance: ['etc/', '.travis.yml', '.symfony.insight.yaml', 'UPGRADE-*', 'README.md']
Admin: ['src/Bundle/AdminBundle/']
Shop: ['src/Bundle/ShopBundle/']

0 comments on commit a71b3a4

Please sign in to comment.