Skip to content

[Bug]: 最近评论拉取发生跨域限制 #2

[Bug]: 最近评论拉取发生跨域限制

[Bug]: 最近评论拉取发生跨域限制 #2

Workflow file for this run

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"