Skip to content

Commit

Permalink
chore(release): 2.1.16 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.16](v2.1.15...v2.1.16) (2024-11-17)

### Bug Fixes

* checkbox typo and update readme ([199c27a](199c27a))
  • Loading branch information
semantic-release-bot committed Nov 17, 2024
1 parent 199c27a commit a989483
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30094,7 +30094,9 @@ async function createOrUpdateSummaryIssue(owner, repo, inactiveBranches) {
// Create the new issue body
const issueBody = `### ${inactiveBranches.length} Inactive Branches

This is a list of branches that have been inactive beyond the specified threshold. If you are the creator of a branch, please review it and delete it if it is no longer needed. After reviewing and taking action, return to this page and check off either "Keep" or "Delete" for each branch to notify your team of your decision.
This is a list of branches that have been inactive beyond the specified threshold. If you are the creator of a branch, please review it and delete it if it is no longer needed.

After reviewing and taking action, return to this page and check off either **Keep** or **Delete** for each branch to notify your team of your decision.

This list was automatically generated using [Repo Pruner](https://github.com/marketplace/actions/repo-pruner).
\n---\n
Expand All @@ -30109,8 +30111,8 @@ _Pull Request:_ ${branch.prNumber ? `[PR #${branch.prNumber}](https://github.com

\n
**Did you keep or delete this branch?**
- [' '}] **Keep**
- [' '}] **Delete**
- [ ] **Keep**
- [ ] **Delete**
`)
.join('\n---\n')}
`;
Expand Down

0 comments on commit a989483

Please sign in to comment.