Skip to content

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

Bump actions/upload-artifact from 3 to 4

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

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"