Remove unused Azure DevOps boards sync workflow#11868
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
There was a problem hiding this comment.
Pull request overview
Removes an unused GitHub Actions workflow that synchronized GitHub issues to Azure DevOps work items, and cleans up related repo metadata/ignore lists.
Changes:
- Deleted
.github/workflows/devops-boards.yaml(Azure DevOps boards sync workflow). - Removed the deleted workflow from the non-code paths list in
.github/workflows/__changes.yml. - Updated
.cspellignoreto remove an entry that was believed to be workflow-only (but is still referenced elsewhere).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/devops-boards.yaml | Deletes the unused Azure DevOps issue sync workflow. |
| .github/workflows/__changes.yml | Removes the deleted workflow from the non-code-change filter list. |
| .cspellignore | Removes danhellem from the cspell ignore list (currently problematic due to existing docs references). |
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/5358bdc2-c318-452e-a77d-512edeea7717 Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11868 +/- ##
==========================================
+ Coverage 51.47% 51.68% +0.21%
==========================================
Files 716 725 +9
Lines 45155 45595 +440
==========================================
+ Hits 23242 23568 +326
- Misses 19705 19800 +95
- Partials 2208 2227 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Removes the
devops-boards.yamlGitHub workflow, which synchronized issues to Azure DevOps work items. The workflow is no longer used and is already disabled in the GitHub repository.Changes:
.github/workflows/devops-boards.yaml..github/workflows/devops-boards.yamlentry from the non-code paths list in.github/workflows/__changes.yml.danhellementry from.cspellignore(only referenced by the deleted workflow).Note: Repo-level cleanup outside this PR is still needed: the
issuesenvironment variables (AZURE_SP_DEVOPS_SYNC_CLIENT_ID,AZURE_SP_DEVOPS_SYNC_TENANT_ID), the Azure SP federated credential, and the SP's Azure DevOps permissions can be removed.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.