Skip to content

Commit 0c4edfb

Browse files
authored
chore: update auto approve username (#8)
1 parent 5b56741 commit 0c4edfb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/auto-approve.yml

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

.projenrc.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const project = new OpsBRTypeScriptProject({
1212
workflowPackageCache: true,
1313
releaseToNpm: true,
1414
autoApproveUpgrades: true,
15-
autoApproveOptions: {},
15+
autoApproveOptions: {
16+
allowedUsernames: ["opsbr-bot[bot]"],
17+
},
1618
});
1719
project.synth();

0 commit comments

Comments
 (0)