chore(gha): Adding base14 Scout CI/CD observability workflow to instrument all the github actions.#52
chore(gha): Adding base14 Scout CI/CD observability workflow to instrument all the github actions.#52irfn wants to merge 1 commit intoopen-constructs:mainfrom
Conversation
|
@so0k i am not sure which of these scopes would the Github action fit in? |
It's possible to just skip the scope. All that does is group things in the changelog. We could also add a new scope. |
I would suggest adding gha for github actions related work. WDYT @jsteinich |
yeah, do i need to push that to main? or if you include it in this PR it will pass the linter? |
Export GitHub Actions workflow traces to Scout via OpenTelemetry using a workflow_run trigger, requiring no changes to existing workflows. Added a scope for commit category and updated the contributing doc.
|
@so0k please check now, the Lint PR is passing now. |
Description
Export GitHub Actions workflow traces to Scout via OpenTelemetry using a workflow_run trigger, requiring no changes to existing workflows.
Required secrets to configure in repo Settings > Secrets and variables > Actions:
GITHUB_TOKEN is auto-provided by GitHub Actions.
Checklist