mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
docs: update
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
English | [简体中文](./README.zh-CN.md)
|
English | [简体中文](./README.zh-CN.md)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
一个帮你处理 issue 的 GitHub Action
|
一个帮你处理 issue 的 GitHub Action
|
||||||
|
|
||||||
## 😎 为什么用 GitHub Action?
|
## 😎 为什么用 GitHub Action?
|
||||||
@@ -407,7 +409,7 @@ jobs:
|
|||||||
| contents | 增加 [reaction](#reactions-types) | string \| string\[] | ✖ | v1 |
|
| contents | 增加 [reaction](#reactions-types) | string \| string\[] | ✖ | v1 |
|
||||||
|
|
||||||
- `body` 不输入时,会保持原有
|
- `body` 不输入时,会保持原有
|
||||||
- `update-mode` 为 `append` 时,会进行附加操作。非 `append` 都会进行替换。仅对 `body` 生效。
|
- `update-mode` 为 `append` 时,会进行附加操作。非 `append` 都会进行替换。仅对 `body` 生效
|
||||||
|
|
||||||
⏫ [返回列表](#列-表)
|
⏫ [返回列表](#列-表)
|
||||||
|
|
||||||
@@ -497,7 +499,7 @@ jobs:
|
|||||||
|
|
||||||
#### `close-issues`
|
#### `close-issues`
|
||||||
|
|
||||||
每 7 天 UTC 0 时,关闭已填加 `need info` label 并 7 天以上未活跃的 issues。
|
每 7 天 UTC 0 时,关闭已填加 `need info` label 且 7 天以上未活跃的 issues。
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Check need info
|
name: Check need info
|
||||||
@@ -578,7 +580,7 @@ jobs:
|
|||||||
|
|
||||||
#### `lock-issues`
|
#### `lock-issues`
|
||||||
|
|
||||||
每 3 个月 1 号 UTC 0 时,锁定已填加 `inactive` label,并 128 天以上未活跃的所有 issues。
|
每 3 个月 1 号 UTC 0 时,锁定已填加 `inactive` label 且 128 天以上未活跃的所有 issues。
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Lock inactive issues
|
name: Lock inactive issues
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
# 🤖 Issue Helper
|
# 🤖 Issue Helper
|
||||||
|
|
||||||
[English](./README.md) | 简体中文
|
English | [简体中文](./README.zh-CN.md)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
一个帮你处理 issue 的 GitHub Action
|
一个帮你处理 issue 的 GitHub Action
|
||||||
|
|
||||||
@@ -407,7 +409,7 @@ jobs:
|
|||||||
| contents | 增加 [reaction](#reactions-types) | string \| string\[] | ✖ | v1 |
|
| contents | 增加 [reaction](#reactions-types) | string \| string\[] | ✖ | v1 |
|
||||||
|
|
||||||
- `body` 不输入时,会保持原有
|
- `body` 不输入时,会保持原有
|
||||||
- `update-mode` 为 `append` 时,会进行附加操作。非 `append` 都会进行替换。仅对 `body` 生效。
|
- `update-mode` 为 `append` 时,会进行附加操作。非 `append` 都会进行替换。仅对 `body` 生效
|
||||||
|
|
||||||
⏫ [返回列表](#列-表)
|
⏫ [返回列表](#列-表)
|
||||||
|
|
||||||
@@ -497,7 +499,7 @@ jobs:
|
|||||||
|
|
||||||
#### `close-issues`
|
#### `close-issues`
|
||||||
|
|
||||||
每 7 天 UTC 0 时,关闭已填加 `need info` label 并 7 天以上未活跃的 issues。
|
每 7 天 UTC 0 时,关闭已填加 `need info` label 且 7 天以上未活跃的 issues。
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Check need info
|
name: Check need info
|
||||||
@@ -578,7 +580,7 @@ jobs:
|
|||||||
|
|
||||||
#### `lock-issues`
|
#### `lock-issues`
|
||||||
|
|
||||||
每 3 个月 1 号 UTC 0 时,锁定已填加 `inactive` label,并 128 天以上未活跃的所有 issues。
|
每 3 个月 1 号 UTC 0 时,锁定已填加 `inactive` label 且 128 天以上未活跃的所有 issues。
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Lock inactive issues
|
name: Lock inactive issues
|
||||||
|
Reference in New Issue
Block a user