Skip to content

feat(toolchains): Add 3.10.20, 3.11.15, 3.12.13, 3.13.{12,13} 3.14.{3,4}, 3.15.0a8 #1727

feat(toolchains): Add 3.10.20, 3.11.15, 3.12.13, 3.13.{12,13} 3.14.{3,4}, 3.15.0a8

feat(toolchains): Add 3.10.20, 3.11.15, 3.12.13, 3.13.{12,13} 3.14.{3,4}, 3.15.0a8 #1727

name: "Check 'do not merge' label"
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
block-do-not-merge:
runs-on: ubuntu-latest
steps:
- name: Check for "do not merge" label
if: "contains(github.event.pull_request.labels.*.name, 'do not merge')"
run: |
echo "This PR has the 'do not merge' label and cannot be merged."
exit 1