【bug】按照原有文档流程创建用户程序编译失败,推测是DADK的原因 #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Issue Checker" | |
on: | |
issues: | |
types: [opened, edited] | |
pull_request_target: | |
types: [opened, edited] | |
issue_comment: | |
types: [created, edited] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: zzyyyl/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/issue-checker.yml | |
not-before: 2024-04-20T00:00:00Z | |
include-title: 1 |