Skip to content

Commit

Permalink
ci: address review comments (#898)
Browse files Browse the repository at this point in the history
* ci: fix undefined reference

* refactor: use default for bypass prefix
  • Loading branch information
Wielewout authored Jan 17, 2025
1 parent cb425ab commit dcfa777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/block-merging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
ref: `heads/${branch}`,
});
if (checksResponse.status != 200) {
throw new Error(`Checks for ${branch} couldn't be retrieved in attempt ${attempt}`);
throw new Error(`Checks for ${branch} couldn't be retrieved`);
}
const checks = checksResponse.data.check_runs;
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mergeability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'main'
bypass_prefix: 'fix(mergeability): '

0 comments on commit dcfa777

Please sign in to comment.