# Disabled in fork — `gh` CLI and GitHub-specific commands are not available on Gitea. # Lockfile refreshes are managed directly in development workflows. # # NOTE: upstream may overwrite this file when master is synced. Re-apply if that happens. name: Refresh Lockfile on: workflow_dispatch: inputs: note: description: "Disabled in fork. Uses GitHub-specific gh CLI." required: false jobs: disabled: runs-on: ubuntu-latest steps: - run: echo "Disabled. Lockfile management requires GitHub-specific tooling."