Skip to content

Commit 3590c84

Browse files
committed
chore: wip
chore: wip Configure Buddy Bot to respect 'latest' versions and ignore test fixtures Remove duplicate configuration option Make respectLatest nullable with default true Add respectLatest configuration to Launchpad types and config Revert "Add respectLatest configuration to Launchpad types and config" This reverts commit aefd42c. Revert "Make respectLatest nullable with default true" This reverts commit ee5f866. Revert "Remove duplicate configuration option" This reverts commit 0f5f791. Revert "Configure Buddy Bot to respect 'latest' versions and ignore test fixtures" This reverts commit d2dc06f.
1 parent 2e17be3 commit 3590c84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/precompile-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ jobs:
939939
create-release:
940940
needs: [check-for-updates, build-matrix, get-php-versions]
941941
runs-on: ubuntu-latest
942-
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') && (needs.check-for-updates.outputs.rebuild_needed == 'true' || github.event.inputs.force_rebuild == 'true')
942+
if: ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch') && (needs.check-for-updates.outputs.rebuild_needed == 'true' || github.event.inputs.force_rebuild == 'true')
943943

944944
steps:
945945
- name: Checkout repository

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"@stacksjs/eslint-config": "^4.14.0-beta.3",
99
"@types/bun": "^1.2.19",
1010
"buddy-bot": "^0.6.5",
11-
"bumpp": "^10.2.0",
11+
"bumpp": "^10.2.2",
1212
"bun-plugin-dtsx": "0.9.5",
1313
"changelogen": "^0.6.2",
1414
"lint-staged": "^15.5.2",
15-
"simple-git-hooks": "^2.13.0",
16-
"typescript": "^5.8.3",
15+
"simple-git-hooks": "^2.13.1",
16+
"typescript": "^5.9.2",
1717
},
1818
},
1919
"packages/action": {

0 commit comments

Comments
 (0)