fix: use a static key in runner_matcher_config (#4901)#4903
Merged
npalm merged 3 commits intogithub-aws-runners:mainfrom Nov 21, 2025
Merged
fix: use a static key in runner_matcher_config (#4901)#4903npalm merged 3 commits intogithub-aws-runners:mainfrom
npalm merged 3 commits intogithub-aws-runners:mainfrom
Conversation
Contributor
Author
|
@npalm @m-artin-t Can you take a look? |
koendelaat
approved these changes
Nov 21, 2025
npalm
approved these changes
Nov 21, 2025
Member
|
fix: #4901 |
Member
|
@edersonbrilhante thx, a bit better option then mine #4902 |
npalm
pushed a commit
that referenced
this pull request
Nov 21, 2025
🤖 I have created a release *beep* *boop* --- ## [6.9.1](v6.9.0...v6.9.1) (2025-11-21) ### Bug Fixes * **lambda:** bump axios from 1.12.2 to 1.13.2 in /lambdas ([#4895](#4895)) ([59e231d](59e231d)) * **lambda:** bump js-yaml from 3.14.1 to 3.14.2 in /lambdas ([#4890](#4890)) ([18b8c4e](18b8c4e)) * **lambda:** bump the aws group across 1 directory with 7 updates ([#4898](#4898)) ([cf7f4ad](cf7f4ad)) * use a static key in runner_matcher_config ([#4901](#4901)) ([#4903](#4903)) ([cc5dc65](cc5dc65)) @edersonbrilhante --- 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
…) (github-aws-runners#4903) # Description Fix the issue found in github-aws-runners#4901. It now uses a static key instead of waiting for the queue ID to be created before generating the object, allowing the size to be calculated immediately. --------- Co-authored-by: Niek Palm <npalm@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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* --- ## [6.9.1](github-aws-runners/terraform-aws-github-runner@v6.9.0...v6.9.1) (2025-11-21) ### Bug Fixes * **lambda:** bump axios from 1.12.2 to 1.13.2 in /lambdas ([github-aws-runners#4895](github-aws-runners#4895)) ([59e231d](github-aws-runners@59e231d)) * **lambda:** bump js-yaml from 3.14.1 to 3.14.2 in /lambdas ([github-aws-runners#4890](github-aws-runners#4890)) ([18b8c4e](github-aws-runners@18b8c4e)) * **lambda:** bump the aws group across 1 directory with 7 updates ([github-aws-runners#4898](github-aws-runners#4898)) ([cf7f4ad](github-aws-runners@cf7f4ad)) * use a static key in runner_matcher_config ([github-aws-runners#4901](github-aws-runners#4901)) ([github-aws-runners#4903](github-aws-runners#4903)) ([cc5dc65](github-aws-runners@cc5dc65)) @edersonbrilhante --- 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.
Description
Fix the issue found in #4901.
It now uses a static key instead of waiting for the queue ID to be created before generating the object, allowing the size to be calculated immediately.