Skip to content

🐛 (微信转账): 修复转账类型判断逻辑错误 https://github.com/AutoAccountingOrg/AutoA… #9

🐛 (微信转账): 修复转账类型判断逻辑错误 https://github.com/AutoAccountingOrg/AutoA…

🐛 (微信转账): 修复转账类型判断逻辑错误 https://github.com/AutoAccountingOrg/AutoA… #9

name: Test If Issue is adapted By Commit
on:
push:
branches:
- master
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: |
# ISSUE_NUMBER
yarn add @octokit/rest
node ./.github/workflows/testRule.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
GITHUB_REPOSITORY: ${{ github.repository }}
TYPE: ALL