Skip to content

Bump sentry-sdk[pure_eval] from 1.19.1 to 1.28.1 in /server #895

Bump sentry-sdk[pure_eval] from 1.19.1 to 1.28.1 in /server

Bump sentry-sdk[pure_eval] from 1.19.1 to 1.28.1 in /server #895

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