Skip to content

API Refs: Fix Composer authentication#3308

Open
adriendupuis wants to merge 8 commits into
5.0from
fix-api_refs-tool
Open

API Refs: Fix Composer authentication#3308
adriendupuis wants to merge 8 commits into
5.0from
fix-api_refs-tool

Conversation

@adriendupuis

@adriendupuis adriendupuis commented Jul 22, 2026

Copy link
Copy Markdown
Contributor
Question Answer
JIRA Ticket
Versions
Edition
  • Composer now ask for authentication in the create-project step.
  • The README.md was outdated.
  • base_branch as a input for test purpose. Tested with success:
    • gh workflow run api_refs.yaml -f version=v5.0.9 -f use_dev_version=false --ref fix-api_refs-tool -f base_branch=fix-api_refs-tool built but nothing new found (run) so no PR.
    • gh workflow run api_refs.yaml -f version=v5.0.10 -f use_dev_version=true --ref fix-api_refs-tool -f base_branch=fix-api_refs-tool (run) opened PR API Refs v5.0.10 #3310

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

@github-actions

Copy link
Copy Markdown

Preview of modified files: no change to preview.

@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown

Summary

Status Count
🔍 Total 763512
🔗 Unique 15039
✅ Successful 6328
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 757184
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Full Github Actions output

version="${{ inputs.version }}"
version="${version#v}"
base_branch="$(echo $version | sed 's/\(.*\..*\)\..*/\1/')"
base_branch="${{ inputs.base_branch }}"
@adriendupuis
adriendupuis marked this pull request as ready for review July 22, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants