Skip to content

Allow users to inject a postrenderer #296

Allow users to inject a postrenderer

Allow users to inject a postrenderer #296

Workflow file for this run

name: "PR Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
sync-labels: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"