docs: update doc

This commit is contained in:
xrkffgg
2020-12-23 18:08:01 +08:00
parent 2feccec244
commit c1a7298f57
2 changed files with 46 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
# 🤖 Issue Helper
English | [简体中文](./README.zh-CN.md)
[English](./README.md) | 简体中文
![ci](https://github.com/actions-cool/issue-helper/workflows/ci/badge.svg)
一个帮你处理 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)留言。