merge upstream #2

Closed
josh wants to merge 7 commits from TheWrightServer/ProxmoxVE:main into main
Showing only changes of commit 0d63e66379 - Show all commits

View File

@ -63,6 +63,7 @@ jobs:
const { data: pulls } = await github.rest.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
base: "main",
state: "closed",
sort: "updated",
direction: "desc",