Commit Graph

18 Commits

Author SHA1 Message Date
Igor Pecovnik
0bdd1eec2f Set "Need review" label to all PR's by default 2024-10-25 22:37:15 +02:00
ColorfulRhino
8270010c1a github: Add new labels, e.g. Good first issue
Some other new labels were added by dependabot and are now synced to labels.yml
2024-07-11 18:02:32 +02:00
ColorfulRhino
6371e92919 actions: labeler: Add new "GitHub" label for auto-labeling 2024-06-26 18:07:18 +02:00
ColorfulRhino
4c70b0ac9d actions: labeler: Add new "BSP" label for auto-labeling 2024-06-26 18:07:18 +02:00
ColorfulRhino
c3756dae68 actions: Use "all-globs" instead of "any-glob" for negated checks
If we want to check if a file is not from one of the listed folders, it needs to be check that
"NOT x AND NOT y AND NOT z" is true, instead of
"NOT x OR NOT y OR NOT z"
2024-06-25 07:06:47 +02:00
ColorfulRhino
5a19cb410e actions: Have auto-labeler check subdirectories
This fixes a lot of labels not getting applied properly.
2024-06-19 20:50:48 +00:00
ColorfulRhino
5dcb33a960 actions: Fix typo in actions/labeler labeler.yml (#6745)
It's not "any-globs-to-all-files", but "any-glob-to-all-files"
2024-06-15 09:44:48 +02:00
ColorfulRhino
8d7d6f44c7 actions: Fix typo in actions/labeler labeler.yml 2024-06-14 14:56:22 +00:00
ColorfulRhino
1a468dc390 actions: Add "Documentation" label category to actions/labeler 2024-06-14 14:56:22 +00:00
ColorfulRhino
cf5363c2af actions: Add "Patches" label category to actions/labeler 2024-06-14 14:56:22 +00:00
ColorfulRhino
5b1a3b8ff6 actions: Fix actions/labeler correctly labeling desktop folders 2024-06-14 14:56:22 +00:00
Igor
3611f6ebbe Fix automatic labeling system due to upstream breaking change (#6011) 2023-12-05 12:10:35 +01:00
Igor
70832ae5a1 Improve labeling system - refactor labeling logic (#5916)
* Add label table
* Add PR size labelling
* Implement suggestings from meeting
* Add proper GitHub labeller
---------

Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2023-11-19 22:36:06 +01:00
The-going
aae4ad7725 add a hand command line tool (#3909)
* add a hand command line tool

* Rename folder

* Add empty readme

* Add tool for adjustin configs, set executable bit

* Add folder to labeller

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-06-20 14:03:11 +03:00
Igor Pečovnik
a30d029a24 Adjust auto labeller according to label changes (#3740) 2022-05-03 07:53:10 +02:00
Igor Pečovnik
eb60188ad1 Update Github actions scripts (#3209) 2021-11-09 18:31:48 +01:00
Igor Pečovnik
d5662a50a2 Github actions update (#3196) 2021-10-14 00:01:03 +02:00
Igor Pečovnik
095be1ba57 Github actions update (#3193) 2021-10-13 17:36:18 +02:00