Skip to content

[DEVX-X] Migrate merge-gatekeeper to native action #1

[DEVX-X] Migrate merge-gatekeeper to native action

[DEVX-X] Migrate merge-gatekeeper to native action #1

name: Validate PR Changes for Action Release
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-changes:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Validate action changes
uses: surgeventures/platform-tribe-actions/github-actions/release-action@main
with:
mode: check
base_branch: base
main_branch: main