Skip to content

Commit

Permalink
chore(github-workflow): test bankrupt-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Jun 11, 2024
1 parent 72d5706 commit cbb6eda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-repo-actions/dist/bankrupt/index.js

Large diffs are not rendered by default.

23 changes: 15 additions & 8 deletions .github/actions/next-repo-actions/src/bankrupt-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ async function main() {
Hi everyone!
We are currently in the process of closing older issues to keep our repository clean and focused. If you believe your issue is still relevant, we encourage you to reopen the same issue using the [bug report template](https://github.com/vercel/next.js/issues/new?assignees=&labels=bug&projects=&template=1.bug_report.yml). If there is context in the original issue, please include it in your new issue.
We are currently in the process of closing older issues.
**_Why?_**
- Stale issues are not being actively looked at, and likely do not have a recent, minimal reproduction.
- We’re trying to prioritize our highest upvoted issues that are immediately actionable with a recent minimal reproduction—otherwise we spend lots of time trying to create reproductions when we could be addressing other bugs.
If you believe your issue is still relevant, we encourage you to reopen the same issue using the [bug report template](https://github.com/vercel/next.js/issues/new?assignees=&labels=bug&projects=&template=1.bug_report.yml). If there is context in the original issue, please include it in your new issue.
Thank you for your understanding and contributions!
Expand All @@ -26,14 +33,14 @@ The Next.js Team
body: commentBody,
})

await octokit.rest.issues.addAssignees({
owner,
repo,
issue_number: 66573,
assignees: ['samcx'],
})
// await octokit.rest.issues.addAssignees({
// owner,
// repo,
// issue_number: 66573,
// assignees: ['samcx'],
// })

info(`Commented on and assigned issue #66573 to @samcx`)
info(`Commented on issue #66573`)
} catch (error) {
setFailed(error)
}
Expand Down

0 comments on commit cbb6eda

Please sign in to comment.