mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 16:26:48 +00:00
* ci: supprot auto tag on pull request * ci: update issue checker config * ci: update issue checker & block merge while
24 lines
517 B
YAML
24 lines
517 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: zzyyyl/issue-checker@v1.7
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/issue-checker.yml
|
|
not-before: 2024-04-20T00:00:00Z
|
|
include-title: 1 |