We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedcf16 commit 8aa83c0Copy full SHA for 8aa83c0
.github/beta-bot.json
@@ -1,5 +1,5 @@
1
{
2
- "auto_merge": true,
+ "auto_merge": false,
3
"directories": [
4
5
"directory": "beta/32bit",
.github/workflows/beta-bot.yml
@@ -9,7 +9,7 @@ jobs:
9
update:
10
runs-on: ubuntu-latest
11
env:
12
- CONFIG_FILE: ".github/beta-bot.json"
+ CONFIG_FILE: "/.github/beta-bot.json"
13
outputs:
14
changes_detected: ${{ steps.check-changes.outputs.changes_detected }}
15
changed_dir: ${{ steps.check-changes.outputs.changed_dir }}
0 commit comments