Skip to content

Commit

Permalink
chore: enable PR auto merge (#1603)
Browse files Browse the repository at this point in the history
* chore: enable PR auto merge

* Comment
  • Loading branch information
otaviomacedo authored Oct 16, 2024
1 parent d060a37 commit 77a3673
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 28 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-merge.yml

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

3 changes: 3 additions & 0 deletions .github/workflows/build.yml

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

4 changes: 4 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.

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ const project = new CdklabsTypeScriptProject({
skipLibCheck: true,
},
},

// Because githubOptions: { mergify: false } has no effect on this project type
enablePRAutoMerge: true,
});

// Suppress upgrade prompts, in particular from test runs.
Expand Down

0 comments on commit 77a3673

Please sign in to comment.