Skip to content

Commit

Permalink
Update close all issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 authored Dec 20, 2024
1 parent 3a4ac6f commit 6d99b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close all issues
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
});

for (const issue of issues) {
if (!issue.pull_request) { // Ensure it’s an issue, not a pull request
if (issue.pull_request) { // Ensure it’s an issue, not a pull request
await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 6d99b76

Please sign in to comment.