Skip to content

Bump @sentry/ember from 8.40.0 to 8.41.0 #937

Bump @sentry/ember from 8.40.0 to 8.41.0

Bump @sentry/ember from 8.40.0 to 8.41.0 #937

Workflow file for this run

name: Required Labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
prevent-donotmerge-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 0
labels: "DO NOT MERGE"
message: "DO NOT MERGE label is not allowed on this PR"