diff --git a/.github/workflows/pr-security-patch-check.yml b/.github/workflows/pr-patch-check.yml similarity index 76% rename from .github/workflows/pr-security-patch-check.yml rename to .github/workflows/pr-patch-check.yml index ff61ed2e2a7..1ff327ebdef 100644 --- a/.github/workflows/pr-security-patch-check.yml +++ b/.github/workflows/pr-patch-check.yml @@ -1,11 +1,13 @@ # Owned by grafana-delivery-squad -# Intended to be dropped into the base repo Ex: grafana/grafana -name: Check for security patch conflicts -run-name: check-security-patch-conflicts-${{ github.base_ref }}-${{ github.head_ref }} +# Intended to be dropped into the base repo Ex: grafana/grafana +name: Check for patch conflicts +run-name: check-patch-conflicts-${{ github.base_ref }}-${{ github.head_ref }} on: - pull_request_target: + pull_request: types: - opened + - reopened + - synchronize branches: - "main" - "v*.*.*"