Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 May 00:20
· 16 commits to main since this release
Immutable release. Only release title and notes can be modified.
0fb92d6

Changelog

  • 0fb92d6 build: package runner provider (#8)
  • 67514f4 T44: add runner provider health check
  • 3fe2a34 T41: add GitHub runner provider
  • a05208b ci: publish GoReleaser drafts after artifact upload
  • 2ffba8c Merge pull request #6 from GoCodeAlone/copilot/migrate-workflow-plugin-github
  • fcf3cd6 ci: add permissions: contents: read to test job to fix CodeQL finding
  • 1df7e69 Address remaining review comments: fix type/description issues, re-add provider, fix CI informational step, add field-level contract tests
  • 5945a1b Change CI runner to ubuntu-latest
  • d3aba96 Address all 9 review thread comments: fix pr_merge method, release_upload templates, schema accuracy, token required, type corrections, runtime sync tests
  • c6e8d22 Add strict-contracts CI job, strengthen contract tests, add engine manifest validation
  • 10d5c65 Add strict gRPC proto contracts: stepSchemas in plugin.json + SchemaProvider
  • 8b550dc Initial plan