Skip to content

Commit ab6ba97

Browse files
authored
chore: auto approve mergify backports (backport #177) (#179)
This is an automatic backport of pull request #177 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details>
1 parent de61d09 commit ab6ba97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-approve.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1414
repositoryUrl: 'https://github.com/cdklabs/awscdk-asset-kubectl.git',
1515
homepage: 'https://github.com/cdklabs/awscdk-asset-kubectl#readme',
1616
autoApproveOptions: {
17-
allowedUsernames: ['aws-cdk-automation'],
17+
allowedUsernames: ['aws-cdk-automation', 'mergify[bot]'],
1818
secret: 'GITHUB_TOKEN',
1919
},
2020
autoApproveUpgrades: true,

0 commit comments

Comments
 (0)