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 10, 2024
1 parent 9a74e26 commit 787fbe1
Show file tree
Hide file tree
Showing 2 changed files with 10 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.

17 changes: 9 additions & 8 deletions .github/actions/next-repo-actions/src/bankrupt-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ async function main() {
const { owner, repo } = context.repo
// const query = `repo:${owner}/${repo} is:issue is:open created:2020-01-01..2020-12-31`
const commentBody = `
Hello everyone,
Here is the [bug report](https://github.com/vercel/next.js/issues/new?assignees=&labels=bug&projects=&template=1.bug_report.yml).
Thank you for your understanding and contributions!
Best regards,
The Next.js Team, @samcx
Hello everyone,
Here is the [bug report](https://github.com/vercel/next.js/issues/new?assignees=&labels=bug&projects=&template=1.bug_report.yml).
Thank you for your understanding and contributions!
Best regards,
The Next.js Team, @samcx
`

// let issues: number[] = []
Expand Down

0 comments on commit 787fbe1

Please sign in to comment.