Merged
Conversation
Member
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @katbyte - Aside from the merge conflict, can you take a look at the few comments below?
Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
Member
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @katbyte - After the merge conflicts are resolved, I think this is good to go!
jackofallops
approved these changes
Mar 26, 2026
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.
Community Note
Description
This PR:
close-failing-ci-prsworkflow and script to automatically manage PRs with persistently failing CI — warning authors after 7 days and closing PRs after 14 days of continuous CI failures.gradually-deprecatedcheck to reduce false positives.Close Failing CI PRs
close-failing-ci-prs.yamlworkflow that runs on a schedule to identify open PRs with failing CI.ci-failinglabel to affected PRsjqfor safe JSON payload generation to prevent issues with special charactersCI Workflow Guidance
Every CI workflow now includes a
Guidance on failurestep (if: failure()) that outputs::error::annotations with specific instructions on how to reproduce and fix the failure locally. This covers all 13 CI checks:The shared comment-failure.yaml reusable workflow was also updated to include per-check guidance in the PR comment (using
github.workflowto identify the caller), so contributors see actionable fix instructions directly on the PR.PR Checklist
Changes to existing Resource / Data Source
Testing
go build ./internal/services/...)os.Getenv("ARM_CLIENT_ID"),os.Getenv("ARM_CLIENT_SECRET"), oros.Getenv("ARM_CLIENT_SECRET_ALT")ininternal/services/d.SetId(*ininternal/services/close-failing-ci-prs.shscript tested against shellcheckChange Log
ci- addedclose-failing-ci-prsworkflow and script to warn and close PRs with persistently failing CI [GH-00000]ci- added failure guidance steps to all CI workflow checks to help contributors fix issues [GH-00000]ci- updatedcomment-failure.yamlwith per-check guidance in PR failure comments [GH-00000]azurerm_app_service_custom_hostname_binding- replaced deprecatedd.SetId(*read.ID)withpointer.From[GH-00000]tests- replacedos.Getenv("ARM_CLIENT_*")withdata.Client()in 10 test files to avoidgradually-deprecatedfalse positives [GH-00000]This is a (please select all that apply):
Related Issue(s)
N/A - Internal improvement
AI Assistance Disclosure
AI assistance was used for code generation and refactoring across the CI workflow files, shell scripts, and test files.
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
No changes to security controls.