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 6b0b1f7 commit 9b3f457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-repo-actions/dist/bankrupt/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/next-repo-actions/src/bankrupt-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async function main() {

const octokit = getOctokit(process.env.GITHUB_TOKEN)
const { owner, repo } = context.repo
const query = `repo:${owner}/${repo} is:issue is:open created<=2020-12-31`
const query = `repo:${owner}/${repo} is:issue is:open`
// let issue_number: number[] = []

try {
Expand Down

0 comments on commit 9b3f457

Please sign in to comment.