Skip to content

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 7d390fd46ddad55c6f8c52e37bde943a4e16c5fb #23470

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 7d390fd46ddad55c6f8c52e37bde943a4e16c5fb

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 7d390fd46ddad55c6f8c52e37bde943a4e16c5fb #23470

Workflow file for this run

name: Pull Request Label Checker
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled]
jobs:
check-labels:
name: prevent merge labels
runs-on: ubuntu-latest
steps:
- name: backport master label found
run: echo "Please do not backport into master, instead, create a PR targeting master and backport from it instead."; exit 1
if: ${{ contains(github.event.*.labels.*.name, 'backport master') }}