Skip to content

[BUG] 使用该库从相册选择图片,报错,一直打不开,具体报错日志已贴到描述中 #123

[BUG] 使用该库从相册选择图片,报错,一直打不开,具体报错日志已贴到描述中

[BUG] 使用该库从相册选择图片,报错,一直打不开,具体报错日志已贴到描述中 #123

name: Remove label when issue is closed
on:
issues:
types:
- closed
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
issues: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: remove label
run:
gh issue edit ${{ github.event.issue.number }} --remove-label 'await triage'