APIGW: fix binaryMediaTypes when importing/updating REST APIs #18597
Workflow file for this run
This file contains hidden or 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
name: Enforce no major on master | |
on: | |
pull_request_target: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
# only enforce for PRs targeting the master branch | |
branches: | |
- master | |
jobs: | |
enforce-no-major: | |
permissions: | |
issues: write | |
pull-requests: write | |
uses: localstack/meta/.github/workflows/pr-enforce-no-major.yml@main | |
secrets: | |
github-token: ${{ secrets.PRO_ACCESS_TOKEN }} |