Skip to content

Commit

Permalink
Update release-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 1, 2024
1 parent 5a53da4 commit 1fb9379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/github-script@v7
env:
REPO_IN_SYNC: ${{ env.REPO_IN_SYNC }}
debug: true
with:
script: |
const inSync = process.env.REPO_IN_SYNC === 'true';
Expand All @@ -50,6 +49,8 @@ jobs:
state: 'open'
});
debug('issues: %o', issues.length);
if (inSync && issues.length > 0) {
// Close all open issues as 'completed'
for (const issue of issues) {
Expand Down

0 comments on commit 1fb9379

Please sign in to comment.