Sync from GitHub main #1

Open
nomad wants to merge 145 commits from sync/from-github into main
Showing only changes of commit 098cf34355 - Show all commits
+5 -1
View File
@@ -14,7 +14,11 @@ permissions:
jobs:
open-gitea-pr:
runs-on: ubuntu-latest
# GitHub-hosted runners are billing-blocked for this org, so the hosted job
# never started. Run on the self-hosted runner, which also has LAN access to
# the Gitea host. This workflow only fires on push to main (never on PRs from
# forks), so it is safe on the private runner.
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with: