From 6db0d3d883aa3f0bf0c444f919dabee1a6fd1125 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Tue, 26 Sep 2023 15:56:54 +0300 Subject: [PATCH] tools: support updating @reporters/github manually MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/49871 Refs: https://github.com/nodejs/node/commit/fbe28e2f1da0a66a78164201048c0c60615bd0c8 Reviewed-By: Marco Ippolito Reviewed-By: Michaƫl Zasso Reviewed-By: Chemi Atlow --- .github/workflows/tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 880586e2879cbe..187352cc542561 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -23,6 +23,7 @@ on: - corepack - doc - eslint + - github_reporter - googletest - histogram - icu