Skip to content

fix: Relax id parsing strictness for existing ids#3129

Merged
stevehipwell merged 1 commit intointegrations:mainfrom
stevehipwell:fix-id-parsing-strictness
Jan 28, 2026
Merged

fix: Relax id parsing strictness for existing ids#3129
stevehipwell merged 1 commit intointegrations:mainfrom
stevehipwell:fix-id-parsing-strictness

Conversation

@stevehipwell
Copy link
Collaborator

Resolves #3105

This fixes a regression in #3079 where this logic for IDs with unescaped : characters was tightened up due to defects in most resources. However github_repository_environment resources would function correctly.


Before the change?

  • Existing IDs with unescaped : characters in the final part could not be parsed

After the change?

  • Existing IDs with unescaped : characters in the final part can be successfully parsed

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@stevehipwell stevehipwell added this to the v6.11.0 Release milestone Jan 27, 2026
@stevehipwell stevehipwell self-assigned this Jan 27, 2026
@stevehipwell stevehipwell added the Type: Bug Something isn't working as documented label Jan 27, 2026
@github-actions
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
@stevehipwell stevehipwell force-pushed the fix-id-parsing-strictness branch from d39f9b9 to ecee52e Compare January 28, 2026 22:04
@stevehipwell stevehipwell enabled auto-merge (squash) January 28, 2026 22:04
@stevehipwell stevehipwell merged commit e01c7f4 into integrations:main Jan 28, 2026
7 checks passed
@stevehipwell stevehipwell deleted the fix-id-parsing-strictness branch January 28, 2026 22:07
deiga pushed a commit to F-Secure-web/terraform-provider-github that referenced this pull request Jan 29, 2026
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Something isn't working as documented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: environments cannot have : charcaters

3 participants