Skip to content

Commit

Permalink
ci: update workflows [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Aug 20, 2024
1 parent 2288827 commit 04c2b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
actions: "close-issues" # 执行动作:关闭 Issues
token: ${{ secrets.GITHUB_TOKEN }} # GitHub Token,用于认证
labels: "need reproduction" # 目标标签
labels: "needs reproduction" # 目标标签
inactive-day: 3 # 未活动天数阈值

0 comments on commit 04c2b9d

Please sign in to comment.