Skip to content

Preparing v0.2.2 release #25

Preparing v0.2.2 release

Preparing v0.2.2 release #25

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