[v10.0.x] Security Patch CI: Update to newest pr-patch-check.yml. (#77168)

This commit is contained in:
Ricky Whitaker
2023-10-25 14:53:34 -05:00
committed by GitHub
parent baaf271a1b
commit a127b5ddd3
@@ -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*.*.*"