Skip to content

ci: Fix artifact handling for GitHub Actions v4 (backport #52) #100

ci: Fix artifact handling for GitHub Actions v4 (backport #52)

ci: Fix artifact handling for GitHub Actions v4 (backport #52) #100

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
if: github.repository == 'unoplatform/uno'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"