Skip to content

ci(lint): make tolerant of deprecations #515

ci(lint): make tolerant of deprecations

ci(lint): make tolerant of deprecations #515

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump.
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"