Skip to content

Commit

Permalink
chore: fix auto approve (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed May 10, 2022
1 parent bf190f1 commit 2f04e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const project = new typescript.TypeScriptProject({
releaseToNpm: true,
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ["skyrpex[bot]"],
allowedUsernames: ["skyrpex-bot[bot]"],
secret: "PROJEN_GITHUB_TOKEN",
},
npmAccess: javascript.NpmAccess.PUBLIC,
Expand Down

0 comments on commit 2f04e7c

Please sign in to comment.