Skip to content

Commit

Permalink
chore: switch to merge queues (#143)
Browse files Browse the repository at this point in the history
The branch protection rules have been updated to require merge queue.

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Momo Kornher <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent f154366 commit 342abea
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .gitattributes

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

22 changes: 22 additions & 0 deletions .github/workflows/auto-queue.yml

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

1 change: 1 addition & 0 deletions .github/workflows/build.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/pull-request-lint.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

24 changes: 0 additions & 24 deletions .mergify.yml

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore

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

2 changes: 1 addition & 1 deletion .projen/files.json

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ const project = new typescript.TypeScriptProject({
run: 'npx projen shrinkwrap',
},
],
githubOptions: {
mergify: false,
mergeQueue: true,
},
});

project.addPackageIgnore('*.ts');
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock

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

0 comments on commit 342abea

Please sign in to comment.