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

chore: pkg import only once #139

chore: pkg import only once

chore: pkg import only once #139

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"