Skip to content

果汁小助手9

果汁小助手9 #858

Workflow file for this run

name: "On Issue Opened"
on:
issues:
types: [opened, labeled]
jobs:
run:
name: Run Bot
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
run: yarn
- name: Run
uses: ./
with:
github-token: "${{ secrets.REPO_TOKEN }}"