Skip to content

build(deps): bump actions/checkout from 3 to 4 #18

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #18

name: Label PRs
on:
- pull_request
jobs:
label:
name: "Label PR based on title"
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@v1.4
env:
GITHUB_TOKEN: "${{ secrets.LABELER_TOKEN }}"