From 84930682ac1a6d678a28c927a3fe05c1903fe8ce Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 8 May 2025 15:52:07 -0400 Subject: [PATCH] Document `context.runAttempt` in @actions/github 6.0.1 --- packages/github/RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index e71b38b9..8bcd17d5 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -2,7 +2,8 @@ ### 6.0.1 -- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043/) +- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043) +- Add `context.runAttempt` [#1588](https://github.com/actions/toolkit/pull/1588) ### 6.0.0 - Support the latest Octokit in @actions/github [#1553](https://github.com/actions/toolkit/pull/1553)