summaryrefslogtreecommitdiff
path: root/.github/workflows/json4cpp-fuzz.yml
Commit message (Collapse)AuthorAgeFilesLines
* NOISSUE add GitHub Actions scripts for PR preparation and review managementMehmet Samet Duman30 hours1-9/+1
| | | | | | | | | | | | | - 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>
* NOISSUE Update GitHub workflows for fuzzing, dependency review, labeling, ↵Mehmet Samet Duman3 days1-3/+15
| | | | | | and stale issue management Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
* NOISSUE Remove not needed CI workflows for GitHub Actions and reworked some ↵Mehmet Samet Duman3 days1-0/+39
workflows Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>