Skip to content

ci(mergify): upgrade configuration to current format #2147

ci(mergify): upgrade configuration to current format

ci(mergify): upgrade configuration to current format #2147

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: "fdo-rs/fido-device-onboard-rs"
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: '.github/labeler.yml'