Skip to content

Commit

Permalink
chore(publishing): do not close/reopen pr (doesn't help trigger CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 17, 2021
1 parent 9355781 commit 4e09ec2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/lerna-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,3 @@ jobs:
issue_number: ${{ steps.createpullrequest.outputs.pull-request-number }},
labels: ['ready to merge']
});
await github.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ steps.createpullrequest.outputs.pull-request-number }},
state: 'closed',
});
await github.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ steps.createpullrequest.outputs.pull-request-number }},
state: 'open',
});

0 comments on commit 4e09ec2

Please sign in to comment.