mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
Bumps the github-actions group in /.github/workflows with 1 update: [zzyyyl/issue-checker](https://github.com/zzyyyl/issue-checker). Updates `zzyyyl/issue-checker` from 1.9 to 1.10 - [Release notes](https://github.com/zzyyyl/issue-checker/releases) - [Commits](https://github.com/zzyyyl/issue-checker/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: zzyyyl/issue-checker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
519 B
YAML
25 lines
519 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.10
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/issue-checker.yml
|
|
not-before: 2022-08-05T00:00:00Z
|
|
include-title: 1
|