From 8d0d919fbf43230148da7533519ed0ffdfaa4197 Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Sat, 4 Apr 2026 19:47:58 +0300 Subject: NOISSUE add GitHub Actions scripts for PR preparation and review management - Introduced `prepare.js` to validate PR mergeability and branch targeting. - Added `reviews.js` for automated review dismissal and posting. - Created `run` script to execute actions with GitHub context. - Implemented rate limiting in `withRateLimit.js` to manage API requests. - Added `supportedBranches.js` for branch classification logic. - Created `update-pinned.sh` for updating pinned dependencies. - Added `pinned.json` to manage pinned Nix dependencies. - Updated `libnbtplusplus` version from 2.3 to 3.0 and adjusted README accordingly. Signed-off-by: Mehmet Samet Duman --- .github/workflows/json4cpp-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to '.github/workflows/json4cpp-ci.yml') diff --git a/.github/workflows/json4cpp-ci.yml b/.github/workflows/json4cpp-ci.yml index 2646c1b5c9..21b1e7bfca 100644 --- a/.github/workflows/json4cpp-ci.yml +++ b/.github/workflows/json4cpp-ci.yml @@ -1,19 +1,8 @@ name: "json4cpp: CI" on: - push: - branches: - - develop - - master - - release/* - paths: - - 'json4cpp/**' - - '.github/workflows/json4cpp-ci.yml' - pull_request: - paths: - - 'json4cpp/**' - - '.github/workflows/json4cpp-ci.yml' workflow_dispatch: + workflow_call: permissions: contents: read -- cgit 0.0.5-2-1-g0f52