Added workflow for PR labeling using Danger
Workflow is called when PR is created or updated. It checks if PR is too big (>500 changed lines), changes one of translation files (YML, except en.yml) or contains merge-commits and generates appropriate labels.
This commit is contained in:
parent
acd899d26d
commit
e307b9037a
4 changed files with 101 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -145,6 +145,8 @@ gem "unicode-display_width"
|
|||
group :development do
|
||||
gem "better_errors"
|
||||
gem "binding_of_caller"
|
||||
gem "danger"
|
||||
gem "danger-auto_label"
|
||||
gem "debug_inspector"
|
||||
gem "i18n-tasks"
|
||||
gem "listen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue