chore: 修复 issue-checker 没有给 PR 打标签权限的问题

This commit is contained in:
zzyyyl
2022-08-08 16:44:07 +08:00
committed by zzyyyl
parent d98d9ae8ec
commit 552f080ac5
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ labels:
comments:
- name: Log upload failed
regexes:
- '\[Uploading asst(?:.bak| - 副本|).(?:zip|log)…\]\(\)'
- '\[Uploading asst(?:.bak|)(?: - 副本|).(?:zip|log)…\]\(\)'
content:
"你的日志没有上传成功,请重新上传。\n\n\
Your log did not upload successfully, please re-upload it."

View File

@@ -2,7 +2,7 @@ name: "Issue Checker"
on:
issues:
types: [opened, edited]
pull_request:
pull_request_target:
types: [opened, edited]
permissions: