Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan committed Aug 29, 2023
1 parent e56edb3 commit 78f3ccc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'lock-slate-issues'

on:
schedule:
- cron: "0 8 * * *"

jobs:
lock:
permissions:
issues: write # to lock issues
pull-requests: write # to lock PRs
runs-on: ubuntu-latest
steps:
- uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
token: ${{ secrets.ROBOT_TOKEN }}
inactive-day: 14
body: |
This issue has been automatically closed since there has not been any recent activity after it was created. Please open a new issue for related bugs.
由于该 issue 创建后没有任何近期活动,因此已被自动关闭,请针对相关问题打开一个新 issue 。
- uses: dessant/lock-threads@v4
with:
log-output: true
github-token: ${{ secrets.ROBOT_TOKEN }}
issue-inactive-days: 15
pr-inactive-days: 15
24 changes: 0 additions & 24 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit 78f3ccc

Please sign in to comment.