Skip to content

North west | 26-ITP-Sept | Brian Yorachi | Sprint 1 | Form controls #9186

North west | 26-ITP-Sept | Brian Yorachi | Sprint 1 | Form controls

North west | 26-ITP-Sept | Brian Yorachi | Sprint 1 | Form controls #9186

name: Validate PR Metadata

Check warning on line 1 in .github/workflows/validate-pr-metadata.yml

View workflow run for this annotation

GitHub Actions / Validate PR Metadata

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types:
- labeled
- unlabeled
- opened
- edited
- reopened
jobs:
validate_pr_metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CodeYourFuture/actions/validate-pr-metadata@main
with:
give_more_specific_comment_for_earlier_learners: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}