Skip to content

chore: bump lewagon/wait-on-check-action from 1.3.4 to 1.5.0 #85

chore: bump lewagon/wait-on-check-action from 1.3.4 to 1.5.0

chore: bump lewagon/wait-on-check-action from 1.3.4 to 1.5.0 #85

Workflow file for this run

name: Auto Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Label PR based on changed paths
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true