Skip to content

chore(deps): Bump actions/upload-artifact from 4 to 6 #65

chore(deps): Bump actions/upload-artifact from 4 to 6

chore(deps): Bump actions/upload-artifact from 4 to 6 #65

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Run Labeler
uses: actions/labeler@v6
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}