Skip to content

Commit

Permalink
chore: switch to merge queue (#1759)
Browse files Browse the repository at this point in the history
* chore: disable mergify

* merge queue

---------

Co-authored-by: Momo Kornher <[email protected]>
  • Loading branch information
otaviomacedo and mrgrain authored Oct 21, 2024
1 parent a6dc7dd commit ec4291e
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 155 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 @@ -61,6 +61,10 @@ const project = new typescript.TypeScriptProject({
},
autoApproveUpgrades: true,
releaseToNpm: true,
githubOptions: {
mergify: false,
mergeQueue: true,
},
});

// trick projen so that it doesn't override the version in package.json
Expand Down
Loading

0 comments on commit ec4291e

Please sign in to comment.