Skip to content

Commit

Permalink
ci: add issue_checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiichen authored Apr 26, 2024
1 parent 86f923e commit c8171b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issue_checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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

0 comments on commit c8171b8

Please sign in to comment.