.patches: ignore already applied patches, remove broken cleanup workflow

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-28 11:25:10 +01:00
parent 508b51c3e2
commit 90e8283458
3 changed files with 79 additions and 174 deletions
+2
View File
@@ -8,6 +8,8 @@ The [sync_patch-release.yml](/.github/workflows/sync_patch-release.yml) workflow
To add a PR to the set of patches, run `yarn patch-pr <pr-number> <description>` in the root of the repository.
Once a patch has been applied and merged, manually delete the corresponding patch file from this directory. The patch script will automatically skip patches that have already been applied to the target branch, so it's safe to re-run the script even if some patches are already present.
## GitHub Workflow
A GitHub workflow automatically keeps a "Patch Release" PR in sync with the patches listed in this directory. When you add, modify, or remove patch files, the workflow will: