Skip to content

Annotate fork-PRs with Trunk Check issues #2445

Annotate fork-PRs with Trunk Check issues

Annotate fork-PRs with Trunk Check issues #2445

Workflow file for this run

name: Annotate fork-PRs with Trunk Check issues
on:
workflow_run:
workflows: [Pull Request]
types: [completed]
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Annotate
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Trunk Check
uses: trunk-io/trunk-action@bd686325615e9cf5a4ef98372ba94a472f9b5238 # v1.1.14
with:
post-annotations: true
# This job may fail when the PR was not run on a fork, and that's okay
continue-on-error: true