Skip to content

Commit d5c35a1

Browse files
chore: replace issue triaing actions with nissuer (#55525)
### What? Moving maintenance to a separate repository. ### Why? I want to make these actions reusable in other projects as they seem to work well in the Next.js repository. ### How? The code is moved to https://github.com/balazsorban44/nissuer I tested it on my fork, and all the following functionality is preserved: balazsorban44#56 - [x] Close/lock/comment without a valid reproduction link - [x] Minimize "+1" - [x] Add labels based on user selection - [x] Add comment based on the maintainer's label (eg.: "please add a complete reproduction")
1 parent 33c561b commit d5c35a1

27 files changed

+31
-3194
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ packages/react-refresh-utils/**/*.js
2020
packages/react-dev-overlay/lib/**
2121
**/__tmp__/**
2222
.github/actions/next-stats-action/.work
23-
.github/actions/issue-validator/*/index.mjs
2423
.github/actions/validate-docs-links/lib/index.js
2524
.github/actions/needs-triage/index.js
2625
.github/actions/*/index.mjs

.github/actions/issue-validator/autolabel/index.mjs

-7
This file was deleted.

.github/actions/issue-validator/autolabel/licenses.txt

-659
This file was deleted.

.github/actions/issue-validator/clarify/index.mjs

-7
This file was deleted.

.github/actions/issue-validator/clarify/licenses.txt

-659
This file was deleted.

.github/actions/issue-validator/package.json

-18
This file was deleted.

.github/actions/issue-validator/repro-link/index.mjs

-7
This file was deleted.

.github/actions/issue-validator/repro-link/licenses.txt

-659
This file was deleted.

.github/actions/issue-validator/src/autolabel.mjs

-114
This file was deleted.

.github/actions/issue-validator/src/clarify.mjs

-86
This file was deleted.

.github/actions/issue-validator/src/repro-link.mjs

-88
This file was deleted.

.github/actions/minus-one/index.mjs

-7
This file was deleted.

0 commit comments

Comments
 (0)