Skip to content

添加了一些词条的修改 (主要是除了对话和UI以外的部分 #5

添加了一些词条的修改 (主要是除了对话和UI以外的部分

添加了一些词条的修改 (主要是除了对话和UI以外的部分 #5

Workflow file for this run

name: Label PRs
on:
issues:
types: [opened, edited, closed, reopened]
pull_request_target:
types: [opened, edited, closed, reopened, synchronize]
project_card:
types: [created, moved, deleted]
workflow_dispatch:
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
pull-requests: write
repository-projects: write
statuses: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: '181747'
private_key: ${{ secrets.CFPA_BOT_PRIVATE_KEY }}
- name: Label Mastermind
uses: Videndum/[email protected]
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}