Skip to content

ci: fix publish workflow, using actions/upload-artifact@v4 will ingore .xx files #416

ci: fix publish workflow, using actions/upload-artifact@v4 will ingore .xx files

ci: fix publish workflow, using actions/upload-artifact@v4 will ingore .xx files #416

Workflow file for this run

name: Issue / Pull Request Auto Labeler
on:
issues:
types: [opened, edited]
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v4