summaryrefslogtreecommitdiff
path: root/ci/codeowners-validator/owners-file-name.patch
Commit message (Collapse)AuthorAgeFilesLines
* NOISSUE add GitHub Actions scripts for PR preparation and review managementMehmet Samet Duman31 hours1-0/+15
- 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>