Skip to content

Commit 5b56741

Browse files
committed
chore: enable auto-approve
1 parent 1fa85be commit 5b56741

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/auto-approve.yml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ const project = new OpsBRTypeScriptProject({
1111
peerDeps: ["bun-types"],
1212
workflowPackageCache: true,
1313
releaseToNpm: true,
14+
autoApproveUpgrades: true,
15+
autoApproveOptions: {},
1416
});
1517
project.synth();

0 commit comments

Comments
 (0)