This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 7acbc48685 Update `actions/stale` to version `9.1.0` (#3625) (#3625)
7acbc48685 is described below
commit 7acbc486854cd9b62184883ef9ee5973e1ef1b8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 18 00:17:50 2025 +0200
Update `actions/stale` to version `9.1.0` (#3625) (#3625)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
.github/workflows/close-stale.yaml | 2 +-
src/changelog/.2.x.x/update_actions_stale.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/close-stale.yaml
b/.github/workflows/close-stale.yaml
index 99b11a3de6..5978d1aac5 100644
--- a/.github/workflows/close-stale.yaml
+++ b/.github/workflows/close-stale.yaml
@@ -28,7 +28,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e #
v9.0.0
+ - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 #
v9.1.0
with:
# Labels need to match with the ones in `labeler.yaml`!
only-labels: waiting-for-user
diff --git a/src/changelog/.2.x.x/update_actions_stale.xml
b/src/changelog/.2.x.x/update_actions_stale.xml
new file mode 100644
index 0000000000..f3877a4993
--- /dev/null
+++ b/src/changelog/.2.x.x/update_actions_stale.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="3625" link="https://github.com/apache/logging-log4j2/pull/3625"/>
+ <description format="asciidoc">Update `actions/stale` to version
`9.1.0`</description>
+</entry>