summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:47:58 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:47:58 +0300
commit8d0d919fbf43230148da7533519ed0ffdfaa4197 (patch)
tree27e352d6ca09910e577ec27a10659814e88b15b9 /REUSE.toml
parentfce202465d4fede9e19d4d057eebbaa702291652 (diff)
downloadProject-Tick-8d0d919fbf43230148da7533519ed0ffdfaa4197.tar.gz
Project-Tick-8d0d919fbf43230148da7533519ed0ffdfaa4197.zip
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 <yongdohyun@projecttick.org>
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/REUSE.toml b/REUSE.toml
index cc53e482c1..5ec4afbba4 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -19,7 +19,8 @@ path = [
".clang-format",
".clang-tidy",
"CODEOWNERS",
- "hooks/**"
+ "hooks/**",
+ "ci/**"
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "NONE"
@@ -75,8 +76,8 @@ SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "2026 Project Tick"
[[annotations]]
-path = ["uvim/**"]
-SPDX-License-Identifier = "Vim"
+path = ["mnv/**"]
+SPDX-License-Identifier = "Vim AND GPL-3.0-or-later"
SPDX-FileCopyrightText = "Bram Moolenaar & Vim Contributors & Project Tick"
[[annotations]]