Skip to content

Add repository pipelines config subresources#109

Merged
GrahamCampbell merged 1 commit into5.1from
feat/repository-pipelines-config-subresources
May 5, 2026
Merged

Add repository pipelines config subresources#109
GrahamCampbell merged 1 commit into5.1from
feat/repository-pipelines-config-subresources

Conversation

@GrahamCampbell
Copy link
Copy Markdown
Member

Summary

  • Add pipelinesConfig($repo)->ssh() for the existing repository pipelines config SSH API.
  • Add pipelinesConfig($repo)->buildNumber() and pipelinesConfig($repo)->schedules() accessors for existing subresources.
  • Update the V5.1 changelog.

Notes

Testing

  • php -l src/Api/Repositories/Workspaces/PipelinesConfig.php
  • No tests added to stay consistent with the existing test style for this API surface.
  • Existing PHPUnit/PHPStan/Psalm binaries are not installed in this checkout (vendor-bin/*/vendor/bin/* missing).

@GrahamCampbell GrahamCampbell merged commit d1544da into 5.1 May 5, 2026
16 checks passed
@GrahamCampbell GrahamCampbell deleted the feat/repository-pipelines-config-subresources branch May 6, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Missing SSH on pipeline

1 participant