Skip to content

deps(deps): update dependencies-non-major #2760

deps(deps): update dependencies-non-major

deps(deps): update dependencies-non-major #2760

name: "Prevent merge from non-staging to main"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
warn_main_merge:
runs-on: "ubuntu-latest"
name: "Validate PR Source and Target Branches"
steps:
- name: "Checking source and target branch in PR"
uses: "technologiestiftung/warn-for-main-merge-action@v1.13"
with:
stagingName: "staging"
mainName: "main"