Files
issues-helper/docs/index.en-US.md
xrkffgg 87bca14eb5 fix: duplicate labels set (#36)
* fix: duplicate labels set

* up version

* add labels

* add

* perf map

* fix set

* add info

* avoid setLabels

* change for

* refactor setLabels

* fix

* change info loca

* fix

* fix
2021-01-12 17:05:24 +08:00

2.1 KiB
Raw Permalink Blame History

title, order, hero, features, footer
title order hero features footer
Issues Helper 1
title image desc actions
Issues Helper https://avatars1.githubusercontent.com/u/73879334?s=200&v=4 🤖 A GitHub Action that easily helps you automatically manage issues
text link
Quick start /en-US/guide/start
icon title desc
https://github.com/actions-cool/resources/blob/main/image/free.png?raw=true Completely free Use the Actions service provided by GitHub
icon title desc
https://github.com/actions-cool/resources/blob/main/image/snap.png?raw=true Easy to use Detailed tutorials and rich templates
icon title desc
https://github.com/actions-cool/resources/blob/main/image/network.png?raw=true Easy hosting As long as GitHub is not down, it will not be affected
Open-source MIT Licensed | Copyright © 2020-present<br />Powered by xrkffgg

🍭 Get started quickly

Here is a very simple and commonly used example. The corresponding scenario is: when an issue adds the help wanted tag, the system will automatically comment.

name: Issue Reply

on:
  issues:
    types: [labeled]

jobs:
  reply-helper:
    runs-on: ubuntu-latest
    steps:
      - name: help wanted
        if: github.event.label.name == 'help wanted'
        uses: actions-cool/issues-helper@v1.10
        with:
          actions: 'create-comment'
          token: ${{ secrets.GITHUB_TOKEN }}
          issue-number: ${{ github.event.issue.number }}
          body: |
            Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome PR。

            你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈欢迎PR。

💖 Who is using?

Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods: