[Bug]: 点击关于我的页面中的 “为TA充电” 报错。 #16
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: Issue Invalid | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
lock-issue: | |
runs-on: ubuntu-latest | |
if: github.event.label.name == 'invalid' | |
steps: | |
- name: Lock issue | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: "lock-issue" | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
lock-reason: "off-topic" |