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

mods_feat(NiftyCarts): 新增 NiftyCarts v3.3.1 #373

mods_feat(NiftyCarts): 新增 NiftyCarts v3.3.1

mods_feat(NiftyCarts): 新增 NiftyCarts v3.3.1 #373

Workflow file for this run

name: CI | Labeler
on:
# issues:
# types: [opened, edited, milestoned]
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
if: |
github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Checking Repository
uses: actions/checkout@v4
- name: Path Labeler
uses: actions/labeler@v5
with:
configuration-path: ".github/configs/labeler.yml"
- name: Info Labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"