Skip to content

chore(deps): bump actions/checkout from 3 to 4 #137

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

chore(deps): bump actions/checkout from 3 to 4 #137

Workflow file for this run

name: Label pull requests
on:
pull_request:
workflow_dispatch:
# limit permissions
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"