473 Commits

Author SHA1 Message Date
John Doe 21373c955b updated community scrip url 2026-03-08 19:25:57 -04:00
John Doe 9109fc0d92 Revert "Rebrand"
This reverts commit 77f41f7868.
2026-03-08 18:57:39 -04:00
John Doe 77f41f7868 Rebrand 2026-03-08 18:47:07 -04:00
John Doe 062b1dc6c9 Fixed the workflow to handle missing labels gracefully. 2026-03-08 12:53:16 -04:00
John Doe 999b84e613 Created a GitHub issue template for migration requests at .github/ISSUE_TEMPLATE/migration-to-proxmoxve.yml. 2026-03-08 12:47:55 -04:00
John Doe 2d145d8e05 Fixed the workflow at .github/workflows/move-to-main-repo.yaml to use the GitHub App token instead of the missing GH_MERGE_PAT secret. 2026-03-08 12:35:44 -04:00
John Doe add632b705 Fixed the workflow condition on line 17 of .github/workflows/move-to-main-repo.yaml.
The issue was that the workflow has two triggers (workflow_dispatch and issues labeled), but the condition only checked for the label. When triggered manually via workflow_dispatch, github.event.label.name is null, causing the condition to fail.
2026-03-08 12:02:15 -04:00
John Doe 99f481dbfb Chnaging repo logic 2026-03-08 12:00:37 -04:00
BillyOutlast f30e05a174 Update move-to-main-repo.yaml 2026-03-08 11:37:51 -04:00
BillyOutlast b4a1125104 Update frontend-cicd.yml 2026-03-08 11:24:54 -04:00
Michel Roegl-Brunner 8f7b5d211c Change runner from ubuntu-latest to self-hosted 2026-03-06 09:15:26 +01:00
Michel Roegl-Brunner 13a5761855 Change runner from ubuntu-latest to self-hosted 2026-03-06 09:15:02 +01:00
Michel Roegl-Brunner be0b17c171 Update push_json_to_pocketbase.yml 2026-03-04 10:06:28 +01:00
Michel Roegl-Brunner 32fb3ade62 Change workflow 2026-03-02 16:29:29 +01:00
Michel Roegl-Brunner fb7f1809f2 New Workflow to push json to pocketbase 2026-03-02 15:41:24 +01:00
Tobias 765a455be7 Personalize comments with PR author mention 2026-02-08 21:24:03 +01:00
Tobias 02dc3efc7b Update stale PR handling logic in workflow 2026-02-08 21:21:10 +01:00
Tobias 28cfa9ccd2 Modify stale PR workflow for labeled events 2026-02-08 21:17:26 +01:00
Tobias 0a446423c6 Refactor stale PR management workflow 2026-02-08 21:15:15 +01:00
Tobias e0e1475d74 Update permissions in stale PR close workflow 2026-02-08 21:09:06 +01:00
Tobias 509c37024c Refactor stale PR close workflow permissions and script 2026-02-08 21:06:11 +01:00
Tobias 460d68ecc9 Enhance stale PR workflow with debug logging
Added logging for GitHub context and event name.
2026-02-08 21:04:45 +01:00
Tobias 2f2d0235b7 Enhance stale PR workflow with permissions 2026-02-08 21:03:28 +01:00
Tobias 79455ee417 Update GitHub API methods in stale PR workflow 2026-02-08 21:01:56 +01:00
Tobias 7bd8140c6f Refactor stale PR management script for clarity 2026-02-08 20:58:24 +01:00
Tobias c193627217 Add workflow to manage stale pull requests 2026-02-08 20:52:07 +01:00
tremor021 439856a907 Update PR template 2026-02-06 11:22:16 +01:00
CanbiZ (MickLesk) f3ef5345ee cleanup 2026-02-02 10:06:41 +01:00
CanbiZ (MickLesk) 332eab5fc2 fix: improve output formatting and remove self-approve step 2026-01-28 13:28:54 +01:00
CanbiZ (MickLesk) 12fa5e7d12 fix: detect new untracked files in change check 2026-01-28 13:22:47 +01:00
CanbiZ (MickLesk) 6269bc253a fix: correct repository name in workflow condition 2026-01-28 13:20:52 +01:00
CanbiZ (MickLesk) a7a4c3457c Update update-github-versions.yml 2026-01-28 13:19:39 +01:00
CanbiZ (MickLesk) 498f3f9308 chore: use GITHUB_TOKEN instead of App Token in version workflows 2026-01-28 13:18:29 +01:00
CanbiZ (MickLesk) 416f915a62 Update update-versions-github.yml 2026-01-28 13:17:33 +01:00
CanbiZ (MickLesk) 8224544bf0 Update update-github-versions.yml 2026-01-28 13:16:31 +01:00
CanbiZ (MickLesk) f8e6daba14 Remove Dawarich app and related files
Deleted Dawarich install script, container script, and JSON metadata, effectively removing support for the Dawarich application from the repository. Added a new GitHub Actions workflow to automate updating GitHub version information for remaining apps.
2026-01-28 13:14:48 +01:00
CanbiZ (MickLesk) b1976c03d2 test 2026-01-20 08:46:51 +01:00
CanbiZ (MickLesk) 167ecf02b1 cutoff 2026-01-20 08:43:21 +01:00
CanbiZ (MickLesk) 3b7740b4cc fix filter 2026-01-20 08:41:24 +01:00
CanbiZ (MickLesk) 2f61bc994c test 2026-01-20 08:39:11 +01:00
CanbiZ (MickLesk) 25728d66cc fix loop 2026-01-20 08:37:46 +01:00
CanbiZ (MickLesk) 4ca12024b6 add checkout step 2026-01-20 08:36:00 +01:00
CanbiZ (MickLesk) fbd38968c9 Expand branch cleanup to include closed PR branches
The workflow now deletes branches from both merged and closed pull requests older than 7 days, not just merged ones. This helps keep the repository cleaner by removing stale branches associated with closed PRs as well.
2026-01-20 08:34:36 +01:00
CanbiZ (MickLesk) 3925765f85 Create clear_old_branches.yml 2026-01-20 08:32:31 +01:00
Michel Roegl-Brunner ffb5613ed5 update_issue.yml aktualisieren 2026-01-19 15:44:43 +01:00
Justin fe705b909e Leave "hardcoded" one word 2026-01-18 21:59:23 +00:00
Justin a277ed992f Fix typos and improve wording in PR template
Corrected spelling and phrasing issues in the pull request template.
2026-01-18 21:52:44 +00:00
CanbiZ cff77f0861 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-16 08:36:52 +01:00
CanbiZ e59a39cde5 Update workflow and script for improved release handling
Upgraded actions/checkout to v4 in the workflow and removed redundant re-approval step. Improved get-gh-release.sh by fixing whitespace, enabling output file update, and adding a completion message.
2026-01-16 08:36:50 +01:00
CanbiZ (MickLesk) 6c2322443c Add workflow to update version sources and fetch versions
This workflow automates the extraction of version sources from install scripts, fetches their versions, and generates a pull request if changes are detected in version information.
2026-01-16 08:33:01 +01:00