Skip to content

Do not retry updates on conflict #274

Do not retry updates on conflict

Do not retry updates on conflict #274

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 }}"