Skip to content

Commit

Permalink
honor keep updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAbed committed Sep 22, 2024
1 parent 43dcf46 commit 540d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/update/branch/reuse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ describe('workers/repository/update/branch/reuse', () => {
expect(result.rebaseWhen).toBe('behind-base-branch');
});

it('converts rebaseWhen=automerging to behind-base-branch', async () => {
it('converts rebaseWhen=automerging to behind-base-branch if keep-updated', async () => {
config.rebaseWhen = 'automerging';
config.keepUpdatedLabel = 'keep-updated';
config.automerge = false;
Expand Down

0 comments on commit 540d146

Please sign in to comment.