Skip to content

123云盘挂载错误 ERROR RESTY Get "https://www.123pan.com/api/file/list/new?Page=1&driveId=0&limit=100&next=0&orderBy=file_name&orderDirection=asc&parentFileId=0&trashed=false": EOF, Attempt 1 #3402

123云盘挂载错误 ERROR RESTY Get "https://www.123pan.com/api/file/list/new?Page=1&driveId=0&limit=100&next=0&orderBy=file_name&orderDirection=asc&parentFileId=0&trashed=false": EOF, Attempt 1

123云盘挂载错误 ERROR RESTY Get "https://www.123pan.com/api/file/list/new?Page=1&driveId=0&limit=100&next=0&orderBy=file_name&orderDirection=asc&parentFileId=0&trashed=false": EOF, Attempt 1 #3402

name: Issue Duplicate
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'duplicate'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, your issue is a duplicate and will be closed.
你好 @${{ github.event.issue.user.login }},你的issue是重复的,将被关闭。
- name: Close issue
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}