Skip to content

115成功挂载,可以读取目录。抓取cookie的浏览器可以正常下载,但是alist无法查看和下载文件 #5804

115成功挂载,可以读取目录。抓取cookie的浏览器可以正常下载,但是alist无法查看和下载文件

115成功挂载,可以读取目录。抓取cookie的浏览器可以正常下载,但是alist无法查看和下载文件 #5804

Workflow file for this run

name: Issue Invalid
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
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 invalid 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 }}