Commit graph

10 commits

Author SHA1 Message Date
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