Skip to content

chore(deps): Bump github/issue-labeler from 3.2 to 3.3 #16

chore(deps): Bump github/issue-labeler from 3.2 to 3.3

chore(deps): Bump github/issue-labeler from 3.2 to 3.3 #16

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@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
if: github.event.action == 'opened'
with:
configuration-path: .github/labeler-pull-requests.yml
repo-token: '${{ secrets.GITHUB_TOKEN }}'