这是indexloc提供的服务,不要输入任何密码
Skip to content

Deno crashes when yt-dlp run it when using "org.kde.Platform" flatpak version 6.9 #2836

Deno crashes when yt-dlp run it when using "org.kde.Platform" flatpak version 6.9

Deno crashes when yt-dlp run it when using "org.kde.Platform" flatpak version 6.9 #2836

name: Issue Lockdown
on:
issues:
types: [opened]
permissions:
issues: write
jobs:
lockdown:
name: Issue Lockdown
if: vars.ISSUE_LOCKDOWN
runs-on: ubuntu-latest
steps:
- name: "Lock new issue"
env:
GH_TOKEN: ${{ github.token }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
REPOSITORY: ${{ github.repository }}
run: |
gh issue lock "${ISSUE_NUMBER}" -R "${REPOSITORY}"