Skip to content

build(deps): bump actions/upload-artifact from 3 to 4 #22

build(deps): bump actions/upload-artifact from 3 to 4

build(deps): bump actions/upload-artifact from 3 to 4 #22

Workflow file for this run

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