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

ci: initial commit for gmbuilder #112

ci: initial commit for gmbuilder

ci: initial commit for gmbuilder #112

Workflow file for this run

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