提交 9b25369c 编写于 作者: xuexiangjys's avatar xuexiangjys 😊

新增issue脚本

上级 2e61793f
# These are supported funding model platforms
custom: https://gitee.com/xuexiangjys/Resource/blob/master/doc/sponsor.md
name: No Free usage issue checker # Action名字。可以自定义
on:
issues:
types: [opened, reopened] # 在issue打开和重新打开时调用
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check issue actor # 步骤名字。可以自定义。
uses: fluttercandies/no-free-usage-action@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }} # 由GitHub提供的临时Token,必须在此处进行传递,且必须为这个值。
forked: '--no-forked'
words: To support our project, please file the issue after you starred the repo. Thanks! 🙂
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册