Skip to content

pikpak官方增加了新的验证请求 导致pikpak无法正常使用 我使用了python实现了但是不知道如何修改 #258

pikpak官方增加了新的验证请求 导致pikpak无法正常使用 我使用了python实现了但是不知道如何修改

pikpak官方增加了新的验证请求 导致pikpak无法正常使用 我使用了python实现了但是不知道如何修改 #258

name: Remove working label when issue closed
on:
issues:
types: [closed]
jobs:
rm-working:
runs-on: ubuntu-latest
steps:
- name: Remove working label
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'working,pr-welcome'