Skip to content

Commit 7677ef6

Browse files
Bump version (#2085)
1 parent 03fc730 commit 7677ef6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-approve:
99
if: |
10-
github.actor == 'foxbot76' &&
10+
github.actor == 'bluefoxbot' &&
1111
github.event.label.name == 'automated pr 🔧'
1212
1313
runs-on: ubuntu-latest

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
token: ${{ secrets.PR_TOKEN }}
8080
commit-message: '[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}'
81-
committer: GermanBluefox <dogafox@gmail.com>
82-
author: GermanBluefox <dogafox@gmail.com>
81+
committer: bluefoxbot <doga.fox@gmail.com>
82+
author: bluefoxbot <doga.fox@gmail.com>
8383
signoff: false
8484
branch: official-release
8585
delete-branch: true
@@ -88,5 +88,5 @@ jobs:
8888
${{ steps.extract_release.outputs.BODY }}
8989
labels: |
9090
automated pr 🔧
91-
assignees: GermanBluefox
91+
assignees: bluefoxbot
9292
draft: false

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
8181
MERGE_LABELS: 'automated pr 🔧'
82-
MERGE_FILTER_AUTHOR: 'GermanBluefox'
82+
MERGE_FILTER_AUTHOR: 'bluefoxbot'
8383
MERGE_FORKS: 'false'
8484
MERGE_DELETE_BRANCH: 'false'
8585
UPDATE_LABELS: 'automated pr 🔧'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29-
### 9.0.15 (2025-12-13)
29+
### **WORK IN PROGRESS**
3030
* (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
3131

3232
### 9.0.11 (2025-07-29)

0 commit comments

Comments
 (0)