Skip to content

Bump actions/upload-artifact from 3 to 4 #37

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #37

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [ opened ]
jobs:
pr-labeler:
if: github.event.pull_request.head.repo.fork == false # Skip on public fork
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}