Skip to content

Commit

Permalink
chore(ci): Clean up column names
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 4, 2024
1 parent 907728e commit b37d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-by/build-table-and-notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const buildTableRow = (owner, repo, pr) =>
`| [#${pr.number}](https://github.com/${owner}/${repo}/pull/${pr.number}) | [**${pr.title.trim()}**](https://github.com/${owner}/${repo}/pull/${pr.number}) | ${pr.author} | ${pr.mergeBy ?? "N/A"} | ${pr.hasReviews ? ":white_check_mark:" : ":white_large_square:"} |`;

const tableHeader = `
| # | Title | Author | Merge-by date | Reviewed (>= 2 approvals) |
| # | Title | Author | Merge by | Ready to merge? |
| - | ----- | ------ | ------------- | -------------- |`;

/**
Expand Down

0 comments on commit b37d87e

Please sign in to comment.