Commit graph

14 commits

Author SHA1 Message Date
Marc Durdin
42cbe1f988
Merge pull request #13780 from keymanapp/maint/common/labels
chore(common): rename `chore` GH label to `maint`
2025-04-29 11:16:14 +07:00
Eberhard Beilharz
8a37b5f5b0
chore(common): rename chore GH label to maint
During the "M3: Maintenance Sprints" session of the April 2025 planning
conference we discussed that we'd rename the `chore` GH label to `maint`.

However, this change doesn't remove the existing `chore` label because
that is also used for merge commits.
2025-04-28 18:30:54 +02:00
Marc Durdin
b8cef28538 chore: additional tweaks to scopes/labels 2025-04-28 09:21:12 +07:00
Marc Durdin
0404aa5db2 chore(common): update labels to include change, style
* Updates supported labels and documentation relating to `change` and
`style` commit types
* Adds `core/` label
* Reorders various lists alphabetically
2024-05-24 09:43:10 +07:00
Marc Durdin
3a2540b077 feat(developer): remove kmcomp
Removes kmcomp.dpr, related source, compilekeymanweb.pas, and related
unit tests.

Cleans up a couple of bits and pieces around kmc in order to help tests
to pass, and updates some tests that had legacy code in them
(particularly missing &TARGETS stores).
2023-09-09 17:47:15 +02:00
Marc Durdin
ca2500dea0 chore: establish feature-kmcompx branch 2022-09-20 11:00:41 +10:00
Marc Durdin
ec865c911d chore: add feature- branches to labeler 2022-09-14 14:08:27 +10:00
Marc Durdin
68819c6b6c chore: improve label match for stable 2022-09-14 13:50:53 +10:00
Marc Durdin
be947eb76a chore: improve label match for stable 2022-09-14 13:50:53 +10:00
Marc Durdin
62aee6d11b chore: improve auto labeling 2022-09-14 11:54:51 +10:00
Eberhard Beilharz
01789142bc
fix(common): Fix cherry-pick labeling
My previous commit escaped the parens which should be part of the
regex.
2021-09-30 16:48:25 +02:00
Eberhard Beilharz
cf9cdf869e
chore(common): Enhance cherry-pick labeling
So far we only check for the 🍒 emoji character to add
the cherry-pick label. GitHub now also supports emoticons as text
in PR titles. This change adds the detection of the `🍒`
text.
2021-09-27 17:58:26 +02:00
Eberhard Beilharz
aa5800d116
chore: Add cherry-pick label for cherry-pick PRs 2021-04-23 12:14:28 +02:00
Eberhard Beilharz
0105fa7ca3
chore(linux): Use different action
This addresses the code review comments:

- fuxingloh/multi-labeler is written in Typescript
- config in different file
- only looking at the PR title, not the description

# Keyman Conventional Commit suggestions:
# - Consider appending the text ". Fixes #3869" to your commit message.
2021-01-25 15:35:03 +01:00