mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
* chore(gitattributes): set eol to lf * chore: git renormalize * style: reformatting * chore: keep eslint prettier plugin consistent on eol
26 lines
535 B
YAML
26 lines
535 B
YAML
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: MaaAssistantArknights/issue-checker@v1.14
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
configuration-path: .github/issue-checker.yml
|
|
not-before: 2022-08-05T00:00:00Z
|
|
include-title: 1
|