Delete .github/workflows/AzureDevOps.yml#15644
Merged
Evangelink merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Removes the GitHub Actions workflow that syncs GitHub Issues to Azure DevOps work items.
Changes:
- Deleted
.github/workflows/AzureDevOps.yml, removing the issue-to-Azure-DevOps sync automation.
Comments suppressed due to low confidence (3)
.github/workflows/AzureDevOps.yml:1
- The PR description is still the template text (no meaningful description and no linked issue). Since this PR removes an automation workflow, please document the rationale and expected replacement/behavior (if any) in the PR description and link the approved tracking issue.
.github/workflows/AzureDevOps.yml:1 - With this workflow removed, the referenced PAT-based secrets (e.g.,
ADO_PERSONAL_ACCESS_TOKEN,GH_PERSONAL_ACCESS_TOKEN) may become unused. To reduce risk, remove these secrets from the repo/environment if they’re no longer required, and revoke/rotate the underlying tokens where applicable.
.github/workflows/AzureDevOps.yml:1 - Deleting this workflow fully disables the GitHub→Azure DevOps sync triggered by issue labels/comments. If teams still depend on this integration, consider either (a) replacing it with a new workflow in the same PR, or (b) adding documentation (e.g., in CONTRIBUTING/ops docs) describing the new process to create/update Azure DevOps work items.
Evangelink
approved these changes
Apr 9, 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.
We are no longer using it.