feat(dispatch): enhance logging for workflow job events and dispatch status#4964
Merged
feat(dispatch): enhance logging for workflow job events and dispatch status#4964
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
npalm
approved these changes
Dec 18, 2025
npalm
pushed a commit
that referenced
this pull request
Dec 18, 2025
🤖 I have created a release *beep* *boop* --- ## [7.1.0](v7.0.0...v7.1.0) (2025-12-18) ### Features * **dispatch:** enhance logging for workflow job events and dispatch status ([#4964](#4964)) ([612f2b8](612f2b8)) ### Bug Fixes * **lambda:** bump @octokit/webhooks from 14.1.3 to 14.2.0 in /lambdas in the octokit group ([#4955](#4955)) ([47b6a29](47b6a29)) * **lambda:** bump the aws group in /lambdas with 6 updates ([#4954](#4954)) ([81e461e](81e461e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…status (github-aws-runners#4964) This is a small enhancement to the workflow dispatch lambda to help with debugging. Without this change it's hard to find which event gets dispatched to which queue and why. We ran this in production for several weeks without problems.
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
🤖 I have created a release *beep* *boop* --- ## [7.1.0](github-aws-runners/terraform-aws-github-runner@v7.0.0...v7.1.0) (2025-12-18) ### Features * **dispatch:** enhance logging for workflow job events and dispatch status ([github-aws-runners#4964](github-aws-runners#4964)) ([612f2b8](github-aws-runners@612f2b8)) ### Bug Fixes * **lambda:** bump @octokit/webhooks from 14.1.3 to 14.2.0 in /lambdas in the octokit group ([github-aws-runners#4955](github-aws-runners#4955)) ([47b6a29](github-aws-runners@47b6a29)) * **lambda:** bump the aws group in /lambdas with 6 updates ([github-aws-runners#4954](github-aws-runners#4954)) ([81e461e](github-aws-runners@81e461e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a small enhancement to the workflow dispatch lambda to help with debugging. Without this change it's hard to find which event gets dispatched to which queue and why.
We ran this in production for several weeks without problems.