Skip to content

Commit

Permalink
create issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LY1806620741 committed Dec 26, 2023
1 parent 3f207f4 commit a10efa9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: No Free usage issue checker

# 有趣的action

on:
issues:
types: [opened, reopened]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Check issue actor
uses: fluttercandies/[email protected]
with:
# 由GitHub提供的临时Token,必须在此处进行传递,且必须为这个值。
forked: '--no-forked'
token: ${{ secrets.GITHUB_TOKEN }}
words: 为了支持我们的项目,请您在点赞该仓库后提交问题。谢谢!To support our project, please file the issue after you starred the repo. Thanks! 🙂 作者:biewang

0 comments on commit a10efa9

Please sign in to comment.