Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

test snapshot command #16

test snapshot command

test snapshot command #16

Workflow file for this run

# 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 }}