Skip to content

Keep release automation action-local #60

Keep release automation action-local

Keep release automation action-local #60

Workflow file for this run

name: Release Intent
on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review, labeled, unlabeled]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
validate:
name: Release Intent
runs-on: ubuntu-latest
steps:
- name: Checkout trusted base
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Validate release intent
uses: ./.github/actions/validate-release-intent