Skip to content

Annotate fork-PRs with Trunk Check issues #3093

Annotate fork-PRs with Trunk Check issues

Annotate fork-PRs with Trunk Check issues #3093

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Trunk Check
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
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