Replies: 1 comment
-
Hi @jwikman, thanks for making us aware of this. We'll discuss internally how to best handle this scenario, as always excluding that environment could break things if someone has a real environment with that name. For now the best solution is to add the excludeEnvironments setting as you pointed out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When activating GitHub Copilot Coding Agent, a GitHub environment called "copilot" is created.
This caused my CI/CD pipeline to fail, since it tried to deploy to the copilot environment.
I solved this by adding setting
But I believe that it would be a nice feature if the copilot environment always was excluded, don't you agree?
Beta Was this translation helpful? Give feedback.
All reactions