From 566bbaf9535fae1a8e9e757e374c45ef62b8a3ab Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 13 Dec 2025 10:14:12 +0100 Subject: [PATCH] Bump version --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/create-release.yml | 6 +++--- .github/workflows/test-and-release.yml | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 07651f684..1aa172110 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ on: jobs: auto-approve: if: | - github.actor == 'foxbot76' && + github.actor == 'bluefoxbot' && github.event.label.name == 'automated pr 🔧' runs-on: ubuntu-latest diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e9eaf38cc..48598cff2 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -78,8 +78,8 @@ jobs: with: token: ${{ secrets.PR_TOKEN }} commit-message: '[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}' - committer: GermanBluefox - author: GermanBluefox + committer: bluefoxbot + author: bluefoxbot signoff: false branch: official-release delete-branch: true @@ -88,5 +88,5 @@ jobs: ${{ steps.extract_release.outputs.BODY }} labels: | automated pr 🔧 - assignees: GermanBluefox + assignees: bluefoxbot draft: false diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 162e3251c..dd4aafa31 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -79,7 +79,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' MERGE_LABELS: 'automated pr 🔧' - MERGE_FILTER_AUTHOR: 'GermanBluefox' + MERGE_FILTER_AUTHOR: 'bluefoxbot' MERGE_FORKS: 'false' MERGE_DELETE_BRANCH: 'false' UPDATE_LABELS: 'automated pr 🔧' diff --git a/README.md b/README.md index d1f9bd2b2..23e252e1c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts. -### 9.0.15 (2025-12-13) +### **WORK IN PROGRESS** * (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors) ### 9.0.11 (2025-07-29)