]> git.openstreetmap.org Git - rails.git/commit
Added workflow for PR labeling using Danger
authorNenad Vujicic <nenadus@gmail.com>
Mon, 7 Oct 2024 09:13:18 +0000 (11:13 +0200)
committerNenad Vujicic <nenadus@gmail.com>
Mon, 7 Oct 2024 09:21:16 +0000 (11:21 +0200)
commite307b9037a05fb6ea0a8790cb6f6e0824781e949
tree58b8247203514a6a36e2e22553a6d597c2c70650
parentacd899d26dbf09620d598d74759fc6f7aac4846a
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.
.github/workflows/labeling.yml [new file with mode: 0644]
Dangerfile [new file with mode: 0644]
Gemfile
Gemfile.lock