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 --- ci/github-script/package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ci/github-script/package.json (limited to 'ci/github-script/package.json') diff --git a/ci/github-script/package.json b/ci/github-script/package.json new file mode 100644 index 0000000000..1517886232 --- /dev/null +++ b/ci/github-script/package.json @@ -0,0 +1,13 @@ +{ + "private": true, + "//": [ + "Keep @actions/core and @actions/github in sync with", + "https://github.com/actions/github-script/blob/main/package.json." + ], + "dependencies": { + "@actions/core": "1.11.1", + "@actions/github": "6.0.1", + "bottleneck": "2.19.5", + "commander": "14.0.3" + } +} -- cgit 0.0.5-2-1-g0f52