Skip to content

Commit

Permalink
add more pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Jul 25, 2023
1 parent 7ce00e7 commit 6396358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/expire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
// Comment on closed PRs.
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
owner: repoOwner,
repo: repoName,
issue_number: pull['number'],
body: `**\`Access on Demand\`** - request closed due to inactivity`,
body: `**\`Access on Demand\`** - request closed due to inactivity for at least ${{ inputs.expiry_hours }} hours`,
});
} else {
core.info(`Skipping #${pull['number']} (${pull['title']}) - not an AOD request`);
Expand Down

0 comments on commit 6396358

Please sign in to comment.