Skip to content

适配请求:com.tencent.mm #418

适配请求:com.tencent.mm

适配请求:com.tencent.mm #418

Workflow file for this run

name: Test If Issue is adapted
on:
issues:
types:
- opened
- reopened
jobs:
extract_label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies with Yarn
run: |
yarn add @octokit/rest
node ./.github/workflows/testRule.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_BODY: ${{ github.event.issue.body }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
GITHUB_REPOSITORY: ${{ github.repository }}