Skip to content

Commit

Permalink
Merge branch 'main' into fix-initiate-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Jan 15, 2025
2 parents fa622d4 + b1c95f4 commit f51eabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/manage-merge-queue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jest.mock('../../src/helpers/is-user-in-team');
jest.mock('../../src/helpers/approvals-satisfied');
jest.mock('../../src/helpers/create-pr-comment');
jest.mock('../../src/utils/../../src/helpers/prepare-queued-pr-for-merge');
jest.mock('path');
jest.mock('@actions/core');
jest.mock('@actions/github', () => ({
context: { repo: { repo: 'repo', owner: 'owner' }, issue: { number: 123 }, serverUrl: 'sampleUrl' },
Expand Down

0 comments on commit f51eabc

Please sign in to comment.