Bump python from 0222b79 to 85dfbf1 in the docker-base-images group
#2822
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 main | |
| on: | |
| pull_request_target: | |
| types: [labeled, unlabeled, opened, edited, synchronize] | |
| # only enforce for PRs targeting the main branch | |
| branches: | |
| - main | |
| 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 }} |