History log of /PHP-8.2/.github/labeler.yml (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 89b5cc36 23-Sep-2024 Christoph M. Becker

Adapt labeler.yml to v4 syntax


# 170230f2 01-Sep-2024 Christoph M. Becker

[ci skip] Add labels to PRs with potential ABI breaks

ABI breaks are not supposed to happen after feature freeze, i.e. when
the PHP API numbers have been bumped. To make it easier to no

[ci skip] Add labels to PRs with potential ABI breaks

ABI breaks are not supposed to happen after feature freeze, i.e. when
the PHP API numbers have been bumped. To make it easier to notice
inadvertent ABI breaks, we automatically add an "ABI break" label to
all PRs which modify public (aka. installed) header files. Some of
these modifications do not constitute an ABI break (e.g. adding a
comment to a header file), but we rely on natural intelligence to sort
that out. That means these labels should be removed manually, if they
are not appropriate, but if they are, the PR should not be merged into
any stable branch. For the master branch, where ABI breaks are
permissible, the labels should still be removed if irrelevant, but kept
when the PR is merged.

Since tests are futile[1], we leave that to further (test) PRs.

[1] <https://github.com/php/php-src/pull/15682#issuecomment-2323060586>

Closes GH-15682.

show more ...


# 3c24e5a6 19-Jul-2022 Tim Düsterhus

[ci skip] Add the 'random' extension to labeler.yml (#9050)

see 4d8dd8d258ff365b146bcadcb277ede8992706d0

# 583cc01e 02-Jul-2022 Jakub Zelenka

Fix labeler selection of SAPIs

# 5f035dc7 08-Jun-2022 Sergey Panteleev

[skip ci] Auto labeling for PRs (#8693)