Skip to content

Commit 8aa83c0

Browse files
committed
Fixes
1 parent cedcf16 commit 8aa83c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/beta-bot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"auto_merge": true,
2+
"auto_merge": false,
33
"directories": [
44
{
55
"directory": "beta/32bit",

.github/workflows/beta-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
runs-on: ubuntu-latest
1111
env:
12-
CONFIG_FILE: ".github/beta-bot.json"
12+
CONFIG_FILE: "/.github/beta-bot.json"
1313
outputs:
1414
changes_detected: ${{ steps.check-changes.outputs.changes_detected }}
1515
changed_dir: ${{ steps.check-changes.outputs.changed_dir }}

0 commit comments

Comments
 (0)