Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/284.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/284.index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/59.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/59.index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/helpers/approvals-satisfied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const approvalsSatisfied = async ({
logs.unshift(body + '\n');

await createPrComment({
pull_number,
body: logs.join('\n')
});
}
Expand Down
1 change: 1 addition & 0 deletions test/helpers/approvals-satisfied.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ describe('approvalsSatisfied', () => {
});
expect(octokit.issues.createComment).toHaveBeenCalledWith(
expect.objectContaining({
issue_number: 12345,
body: `PRs must meet all required approvals before entering the merge queue.

Required approvals not satisfied:
Expand Down
Loading