Skip to content

ci(deps): bump actions/upload-artifact from 4 to 5 #813

ci(deps): bump actions/upload-artifact from 4 to 5

ci(deps): bump actions/upload-artifact from 4 to 5 #813

Workflow file for this run

name: Auto-Label Issues and PRs
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited, synchronize]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
label:
name: Auto-Label Based on Content
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Label issues and PRs
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml