feat: Upgrade defaults from m5.large to m6i.large for better performance #1265
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". | |
name: auto-approve | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
jobs: | |
approve: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'kichik' || github.event.pull_request.user.login == 'CloudSnorkelBot') | |
steps: | |
- uses: hmarr/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |