Skip to content

Commit 9b3f457

Browse files
committed
chore(github-workflow): test bankrupt-issues
1 parent 6b0b1f7 commit 9b3f457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/next-repo-actions/dist/bankrupt/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/next-repo-actions/src/bankrupt-issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function main() {
66

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

1212
try {

0 commit comments

Comments
 (0)