Skip to content

Remove unused Azure DevOps boards sync workflow#11868

Merged
DariuszPorowski merged 4 commits into
mainfrom
brooke-hamilton/remove-devops-boards
May 12, 2026
Merged

Remove unused Azure DevOps boards sync workflow#11868
DariuszPorowski merged 4 commits into
mainfrom
brooke-hamilton/remove-devops-boards

Conversation

@brooke-hamilton
Copy link
Copy Markdown
Member

Description

Removes the devops-boards.yaml GitHub workflow, which synchronized issues to Azure DevOps work items. The workflow is no longer used and is already disabled in the GitHub repository.

Changes:

  • Deleted .github/workflows/devops-boards.yaml.
  • Removed the .github/workflows/devops-boards.yaml entry from the non-code paths list in .github/workflows/__changes.yml.
  • Removed the danhellem entry from .cspellignore (only referenced by the deleted workflow).

Note: Repo-level cleanup outside this PR is still needed: the issues environment 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

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document is added or updated under eng/design-notes/ in this repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for resource-types-contrib is created, if resource types or recipes are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for dashboard is created, if the Radius Dashboard is affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 12, 2026 20:52
@brooke-hamilton brooke-hamilton requested review from a team as code owners May 12, 2026 20:52
@brooke-hamilton brooke-hamilton requested a review from a team as a code owner May 12, 2026 20:52
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

  • .github/workflows/devops-boards.yaml

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .cspellignore to 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).

Comment thread .cspellignore
@github-actions
Copy link
Copy Markdown

Unit Tests

    2 files  ±0    421 suites  ±0   6m 56s ⏱️ -20s
5 050 tests ±0  5 048 ✅ ±0  2 💤 ±0  0 ❌ ±0 
6 079 runs  ±0  6 077 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 236e7f7. ± Comparison against base commit 35fafb5.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.68%. Comparing base (35fafb5) to head (f8b5379).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DariuszPorowski DariuszPorowski merged commit f4234af into main May 12, 2026
43 checks passed
@DariuszPorowski DariuszPorowski deleted the brooke-hamilton/remove-devops-boards branch May 12, 2026 21:49
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented May 12, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref f8b5379
Unique ID func432e4e9c0d
Image tag pr-func432e4e9c0d
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func432e4e9c0d
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func432e4e9c0d
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func432e4e9c0d
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func432e4e9c0d
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func432e4e9c0d
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants