Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix auto-approve workflow (aws#13392)
I believe the reason our auto-approve workflow does not work is because it was triggered when the pull request was _created_ and before the `pr/auto-approve` label was applied to it. This adds `types: [ labeled ]` so the workflow is triggered when a PR is labeled. The condition remains the same.
- Loading branch information