This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Update pnpm to v8.7.0 #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/marketplace/actions/labeler | |
name: 'Pull Request Labeler' | |
on: | |
- pull_request_target | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
name: PR Labeler | |
runs-on: ubuntu-latest | |
steps: | |
- name: Labeler | |
uses: actions/labeler@v4.3.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |