We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3627ef8 commit ebf43bbCopy full SHA for ebf43bb
.github/workflows/find-exercise-issue.yml
@@ -38,7 +38,7 @@ jobs:
38
const response = await github.rest.issues.listForRepo({
39
owner: context.repo.owner,
40
repo: context.repo.repo,
41
- state: 'open',
+ state: 'all',
42
sort: 'created', // Sort by creation date
43
direction: 'desc', // Newest first (descending order)
44
per_page: 50
0 commit comments