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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- run: pnpm install

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

check-beachball-changefile:
if: github.base_ref == github.event.repository.default_branch
Expand Down
7 changes: 7 additions & 0 deletions change/@rightcapital-phpdoc-parser-pin-beachball-action.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix(ci): pin renovate-auto-beachball-changefile action to last available commit",
"packageName": "@rightcapital/phpdoc-parser",
"email": "[email protected]",
"dependentChangeType": "none"
}
Loading