[Bug] 女仆爱丽丝的好感剧情: "女仆勇者的装备"的简介缺失中文翻译 #1959
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] | |
push: | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: zzyyyl/issue-checker@main | |
if: ${{ github.actor != 'renovate[bot]' }} | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/issue-checker.yml | |
not-before: 2022-08-05T00:00:00Z | |
include-title: 1 |