Skip to content

Commit

Permalink
Merge pull request #192 from hashicorp/no-mergify
Browse files Browse the repository at this point in the history
No mergify
  • Loading branch information
skorfmann authored Aug 12, 2021
2 parents cb6516d + 2b63fe9 commit f9b6fab
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion .gitattributes

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

1 change: 0 additions & 1 deletion .gitignore

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

15 changes: 0 additions & 15 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.

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const project = new JsiiProject({
releaseToNpm: true,
minNodeVersion: '12.19.0',
compileBeforeTest: true,
mergify: false,
scripts: {
'eslint:fix': 'eslint . --ext .ts --fix',
},
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export class CdktfProviderProject extends JsiiProject {
authorOrganization: true,
defaultReleaseBranch: 'main',
repository: `https://github.com/${githubNamespace}/cdktf-provider-${providerName}.git`,
mergify: false,
eslint: false,
python: {
distName: `${namespace}-cdktf-provider-${providerName}`,
module: `${namespace}_cdktf_provider_${providerName}`,
Expand Down

0 comments on commit f9b6fab

Please sign in to comment.