Skip to content

chore(ci): fix failing actions/labeler #31

chore(ci): fix failing actions/labeler

chore(ci): fix failing actions/labeler #31

Workflow file for this run

---
name: Pull Request Target
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
- ready_for_review
jobs:
label-needs-review:
runs-on: ubuntu-latest
steps:
- name: Apply Labels
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
if: github.event.action == 'opened'
with:
configuration-path: .github/labeler-pull-requests.yml
repo-token: '${{ secrets.GITHUB_TOKEN }}'