Skip to content

chore: update pull-requests.yml #26

chore: update pull-requests.yml

chore: update pull-requests.yml #26

Workflow file for this run

---
name: Pull Request Target
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
- ready_for_review
permissions:
issues: write
pull-requests: write
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 }}'