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:
Nenad Vujicic 2024-10-07 11:13:18 +02:00
parent acd899d26d
commit e307b9037a
4 changed files with 101 additions and 0 deletions

View file

@ -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"