From 71c10d494419862c0bdd59e4101c0b0eeae6449e Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Fri, 22 May 2026 20:56:38 +0200 Subject: [PATCH 1/2] fix: update README for clarity and versioning guidance --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 607f4d4..03baba0 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ permissions: - `issues: write` is required when managed overflow comments are created, updated, or deleted (including cleanup on later runs). -### 📤 Outputs Parameters +### 📤 Output Parameters | Output | Description | |-------------|-------------------------------| | `url` | Pull request URL | @@ -211,7 +211,10 @@ jobs: ``` ### 🎯 Use specific version -Run the Action with a specific version tag. +Pick the tag level based on your stability needs: +- `vX.Y.Z`: exact immutable release (most predictable) +- `vX.Y`: latest patch within one minor line +- `vX`: latest patch within one major line ```yaml name: Run the Action From 4878145d5d1de46ac103075a9d786e63295b96f7 Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Fri, 22 May 2026 22:34:19 +0200 Subject: [PATCH 2/2] fix: add package write permission to auto-release workflow --- .github/workflows/auto-release-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-release-create.yml b/.github/workflows/auto-release-create.yml index 9165169..a032b2e 100644 --- a/.github/workflows/auto-release-create.yml +++ b/.github/workflows/auto-release-create.yml @@ -20,6 +20,7 @@ on: permissions: contents: write + packages: write pull-requests: read jobs: