-
Notifications
You must be signed in to change notification settings - Fork 167
[DO NOT MERGE] Create stale_issues.yaml #5366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Dry run for adding an action that would comment on very old issues and apply the awaiting-feedback label. (see [Automate comments on stale issues](https://docs.google.com/document/d/1UCGvPZ9m7vHpl5E6jIt8PUV7J6SVGOf-wMHrB4OfBt0/edit?tab=t.0#heading=h.vmiybe9heukw), [Stale Issues Proposal](https://docs.google.com/document/d/1dw7ehY3kchsyEO_M5z9vcpleHNEzwpTdl2G-8UnmpKQ/edit?tab=t.0))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With current config this would comment on and label the following issues:
- VPC changes on ALB not producing a replace #1382
- Pulumi on Windows uses \ as path separator for aws.lambda.CallbackFunction #1592
- EventBusPolicy updates fail #2135
- aws.fxs.LustreFileSystems python SDK subnet_ids paramater #2025
- Python type annotations don't match non-deprecated types #3961
- Where is CallbackFunction? #2399
- Target Pulumi Destroy on Multiple Targets Results in Orphaned Physical Resource #1899
- SecurityGroupRule throws misleading error message when cidrBlocks or sourceSecurityGroupId or self is not set. #2413
- WAFv2 creation with Go - Error creating WAFv2 WebACL #1635
- AWS SNS and SQS Topics Subscriptions are not being correctly configured. #3485
- MSK cluster encryptionInTransit value unintentionally changed #2231
- Python subnet example doesn't make sense #2332
- How to get the primary endpoint of an aws.elasticache.Cluster? #1788
- RDS Doc Page: The
Low Down Time Updates
section has broken link to applicable AWS docs. #3653 - Creating monitoring schedule returns error during operation 'READ' #2419
- Updating ACL on S3 object in bucket that disallows ACLs results in incorrect state #3446
- Unable to update egress rule on SecurityGroup for all traffic #1413
- BucketObjectv2 does not follow naming convention #2157
- Type hinting in Python's
iam.get_policy_document*
doesn't handle mixed inputs instatements
#1938 - [aws/lb] stickiness.type comment is wrong #4122
- EC2 InstateState attribute/modifier misplaced under TransitGateway #2814
- [Docs] Add note to Target Group
name
property that using it will perform replacements asDeleteBeforeReplace
which does not work when referencing the TG in a listener #4226 - Can we disable InternetGateway creation when provision VPC? #2462
- Documentation for "Referencing domain_validation_options With for_each Based Resources" does not work #2398
- TS2304: Cannot find name 'aws_organizations_organization' #1963
- Announcement: S3 Bucket Changes Defaults to Block Public Access and ACL's #2470
- RDS ClusterInstance example does not work #1958
- aws.secretsmanager.getSecretVersion doesn't mark secretString and secretBinary as sensitive #1449
- AWS Lambda Function documentation references non-existant "filename" property. #1620
- The requested aws:msk:ScramSecretAssociation resource doesn’t exist #3057
- CallbackFunction captures unneeded dependencies #3352
- Creating an IPv6 only subnet requires 2 runs to succeed #2570
- [docs] Remove several references to terraform from documentation examples #4344
- lambda.Function
role
param is typed as optional but is required (Python) #3927 - Wrong glue table format created for Iceberg extension #2360
- Apigateway name input never reads from openapi config #2299
- Missing credentials error message mentions TF under skipCredentialsValidation #4076
- Misleading comment about cloudfront.Distribution > origins > domainName #4244
- [Docs] Add note that when using
ForceNewDeployment
property for ECS/Service resource that thetriggers
property has to be set as well #4162 VolumeAttachment
withstopInstanceBeforeDetaching=true
replacement won't stop instance #2769- SecurityGroup Example "Shorter timeout" has misleading example #4391
- Deleting an aws.ec2.Vpc associated with an IPAM Pool can take 25min #4346
- acm.CertificateValidation example does not work #4349
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5366 +/- ##
=======================================
Coverage 24.31% 24.31%
=======================================
Files 364 364
Lines 145577 145577
=======================================
Hits 35401 35401
Misses 110077 110077
Partials 99 99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Dry run for adding an action that would comment on very old issues and apply the awaiting-feedback label. (see Automate comments on stale issues, Stale Issues Proposal)
The action is configured to look for
kind/bug
issues that have not been updated in the last and have fewer than 2 upvotes. It would comment on these issues with the text:and add the
awaiting-feedback
label. If a non-pulumi user replies, the issue will be bumped back into the triage queue using the usual automation. If no one replies, these issues will eventually show up in our "stale awaiting feedback" query on the team dashboards so we can take one last look at them and decide if we should close them.