由于个人工作原因,此项目维护会延迟,请大家自行判刑是否使用 #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: No Free usage issue checker | |
on: | |
issues: | |
types: [opened, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Check issue actor | |
uses: ./ | |
with: | |
repo: $GITHUB_REPOSITORY | |
user: $GITHUB_ACTOR | |
token: ${{ secrets.GITHUB_TOKEN }} |