mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
* Update issue-management.yml * feat: enhance issue management with new templates and automated stale issue handling * fix: update issue templates for clarity and consistency in descriptions * fix: improve clarity in issue templates and add area labels for better categorization * fix: reorder question template title for improved clarity and update issue-checker to remove redundant label handling * fix: add skip and remove labels for kind/bug, kind/enhancement, and kind/question in issue-checker * fix: remove redundant handling for needs-more-info labels in issue-checker
25 lines
534 B
YAML
25 lines
534 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 |