Skip to content

fix(model): Oracle insertAll on Lucee and explicit identity keys on SQL Server #1972

fix(model): Oracle insertAll on Lucee and explicit identity keys on SQL Server

fix(model): Oracle insertAll on Lucee and explicit identity keys on SQL Server #1972

Workflow file for this run

name: Auto-Label PR

Check warning on line 1 in .github/workflows/label.yml

View workflow run for this annotation

GitHub Actions / Auto-Label PR

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
# Uses pull_request_target so fork PRs receive a write-scoped GITHUB_TOKEN.
# Safe: this workflow never checks out PR code — actions/labeler only reads
# PR metadata and .github/labeler.yml from the base branch via the API.
# No untrusted PR inputs (titles, bodies, branch names) are used in run steps,
# so no workflow injection surface.
on:
pull_request_target:
types: [opened, reopened, synchronize]
branches:
- develop
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto-Label PR
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}