Skip to content

Commit afae1a4

Browse files
frantic1048claude
andcommitted
fix(ci): pin renovate-auto-beachball-changefile action to last available commit
The action was removed from frontend-style-guide main branch as part of the Beachball → Nx Release migration. Pin to the last commit that still contained the action to fix CI on Renovate PRs. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 98e9053 commit afae1a4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- run: pnpm install
3838

3939
- name: Check and generate changefile for Renovate
40-
uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@main
40+
# Pin to the last commit on main before this action was removed (replaced by renovate-auto-version-plan)
41+
uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@e7e6cdd89b0a5e56bb7b1b5280aae241d9e4e848
4142

4243
check-beachball-changefile:
4344
if: github.base_ref == github.event.repository.default_branch
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "fix(ci): pin renovate-auto-beachball-changefile action to last available commit",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)