History log of /php-src/.github/workflows/close-stale-prs.yml (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c3b07a6e 21-Apr-2024 Ilija Tovilo

Adjust nightly org restriction check

Check for the specific repository.

Closes GH-14026


# 7ed26c01 21-Feb-2024 Ayesh Karunaratne

GitHub Actions: Update action versions to avoid node:16 warnings (#13453)

Note 16 is now EOL, so old GitHub Actions that use node 16 now triggers a warning.

This updates all existin

GitHub Actions: Update action versions to avoid node:16 warnings (#13453)

Note 16 is now EOL, so old GitHub Actions that use node 16 now triggers a warning.

This updates all existing workflows except `dwieeb/needs-reply` to their latest versions.

show more ...


# b87a2e6d 06-Oct-2022 Christoph M. Becker

Auto-close FRs and PRs as not planned

As it is now, FRs and PRs are closed after some time of inactivity as
`completed`[1] instead of as `not_planned`. We change that by updating to act

Auto-close FRs and PRs as not planned

As it is now, FRs and PRs are closed after some time of inactivity as
`completed`[1] instead of as `not_planned`. We change that by updating to actions/stale@v6.

[1] <https://github.com/php/php-src/issues/8784#event-7529358762>

Closes GH-9681.

show more ...


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# 1d45ca58 28-Aug-2022 Alex <93376818+sashashura@users.noreply.github.com>

Harden GitHub Workflows security

Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>

Closes GH-9440.

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1
# 2753b454 18-Feb-2022 Ilija Tovilo

[ci skip] Don't run GitHub actions on forks

Closes GH-8111
Closes GH-8119

Revision tags: php-8.1.3, php-8.0.16, php-7.4.28
# 706398fa 04-Feb-2022 Ilija Tovilo

[ci skip] [Close stale PRs] Enable GitHub action

# 8c7521d3 03-Feb-2022 Ilija Tovilo

[Close stale PRs] Skip RFCs and "Waiting on Review"

Pull requests with the "Waiting on Author" label should still not be
closed if they have the RFC label as closing them requires manual

[Close stale PRs] Skip RFCs and "Waiting on Review"

Pull requests with the "Waiting on Author" label should still not be
closed if they have the RFC label as closing them requires manual
action. Also avoid closing "Waiting on Review".

show more ...

Revision tags: php-8.1.3RC1, php-8.0.16RC1
# 70f712ce 25-Jan-2022 Ilija Tovilo

[ci skip] Close stale PRs with GitHub actions

Closes GH-7999