Skip to content

Setup the pipeline context after bundler has run #1807

Setup the pipeline context after bundler has run

Setup the pipeline context after bundler has run #1807

name: "Triage for Changelog"
on: pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
dot: true
ensure:
uses: "./.github/workflows/ensure_changelog_label.yml"
needs: "triage"