Skip to content

Commit

Permalink
test cleanup and expire
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Sep 7, 2023
1 parent 1fd87ff commit 58d8e64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/expire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ jobs:
core.info(`Closing #${pull['number']} (${pull['title']})`);
# await github.rest.pulls.update({
# owner: repoOwner,
# repo: repoName,
# pull_number: pull['number'],
# state: 'closed',
# });
// Comment on closed PRs.
await github.rest.issues.createComment({
owner: repoOwner,
Expand Down

0 comments on commit 58d8e64

Please sign in to comment.