Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
with:
token: ${{ secrets.PR_TOKEN }}
commit-message: '[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}'
committer: GermanBluefox <dogafox@gmail.com>
author: GermanBluefox <dogafox@gmail.com>
committer: bluefoxbot <doga.fox@gmail.com>
author: bluefoxbot <doga.fox@gmail.com>
signoff: false
branch: official-release
delete-branch: true
Expand All @@ -88,5 +88,5 @@ jobs:
${{ steps.extract_release.outputs.BODY }}
labels: |
automated pr 🔧
assignees: GermanBluefox
assignees: bluefoxbot
draft: false
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🔧'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### 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)
Expand Down
Loading