Skip to content

Commit

Permalink
fix(config): restore order of props
Browse files Browse the repository at this point in the history
  • Loading branch information
pret-a-porter committed Aug 23, 2021
1 parent 395bd46 commit 4925bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/workers/pr/automerge.ts
Expand Up @@ -26,10 +26,10 @@ export async function checkAutoMerge(
): Promise<AutomergePrResult> {
logger.trace({ config }, 'checkAutoMerge');
const {
automergeComment,
automergeStrategy,
automergeType,
branchName,
automergeType,
automergeStrategy,
automergeComment,
ignoreTests,
rebaseRequested,
} = config;
Expand Down

0 comments on commit 4925bb6

Please sign in to comment.