Skip to content

Bump sqlalchemy from 1.4.46 to 2.0.19 in /server #893

Bump sqlalchemy from 1.4.46 to 2.0.19 in /server

Bump sqlalchemy from 1.4.46 to 2.0.19 in /server #893

Workflow file for this run

name: do-not-merge
on:
pull_request:
types: [opened, reopened, labeled, unlabeled]
jobs:
do-not-merge:
if: "contains(github.event.*.labels.*.name, 'do not merge')"
name: Prevent merging the PR if labeled by "do not merge"
runs-on: ubuntu-latest
steps:
- name: Fail the job
run: |
echo "Pull request is labeled as 'do not merge'"
echo "This workflow fails so that the pull request cannot be merged"
exit 1