From e69ca525d7e4f414f50bf143637509c1e9c042ef Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Tue, 26 Sep 2023 10:39:06 +0300 Subject: [PATCH 1/2] tools: support updating @reporters/github manually --- .github/workflows/tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 880586e2879cbe..c4f28fe7492114 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -24,6 +24,7 @@ on: - doc - eslint - googletest + - github_reporter - histogram - icu - libuv From a3c0e1bb86f37f405d2dfea7fbfec8b78d362abb Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Tue, 26 Sep 2023 10:59:59 +0300 Subject: [PATCH 2/2] Update .github/workflows/tools.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index c4f28fe7492114..187352cc542561 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -23,8 +23,8 @@ on: - corepack - doc - eslint - - googletest - github_reporter + - googletest - histogram - icu - libuv