mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
docs: update doc
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 🤖 Issue Helper
|
||||
|
||||
English | [简体中文](./README.zh-CN.md)
|
||||
[English](./README.md) | 简体中文
|
||||
|
||||

|
||||
|
||||
一个帮你处理 issue 的 GitHub Action
|
||||
一个帮你处理 issues 的 GitHub Action
|
||||
|
||||
## 😎 为什么用 GitHub Action?
|
||||
|
||||
@@ -96,7 +96,7 @@ on:
|
||||
jobs:
|
||||
add-labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.issue.body.indexOf('Create by specifying way') == -1
|
||||
if: contains(github.event.issue.body, 'xxx') == false
|
||||
steps:
|
||||
- name: Add labels
|
||||
uses: actions-cool/issue-helper@v1
|
||||
@@ -728,6 +728,10 @@ jobs:
|
||||
|
||||
⏫ [返回列表](#列-表)
|
||||
|
||||
## Actions 模板
|
||||
|
||||
[GitHub Actions workflow template](https://github.com/actions-cool/.github) Fork 后,可直接使用模板。
|
||||
|
||||
## 💖 谁在使用?
|
||||
|
||||
欢迎在[ **这里** ](https://github.com/actions-cool/issue-helper/issues/6)留言。
|
||||
|
Reference in New Issue
Block a user