Skip to content

Switch from Azure Pipelines to GitHub Actions#62

Merged
sdpython merged 3 commits into
mainfrom
copilot/switch-from-azure-pipeline-to-github-action
May 4, 2026
Merged

Switch from Azure Pipelines to GitHub Actions#62
sdpython merged 3 commits into
mainfrom
copilot/switch-from-azure-pipeline-to-github-action

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

Azure Pipelines CI has been replaced by GitHub Actions workflows that were already present in .github/workflows/. This removes the redundant azure-pipelines.yml and cleans up all remaining Azure references.

Changes

  • Removed azure-pipelines.yml — superseded by existing GitHub Actions workflows (tests.yml, black-ruff.yml, wheels-any.yml, documentation.yml, etc.)
  • Updated badges in README.rst and _doc/index.rst — replaced Azure DevOps build badge with the GitHub Actions tests.yml status badge
  • Updated docstrings in ext_test_case.pyskipif_ci_windows, skipif_ci_linux, skipif_ci_apple now reference "GitHub Actions" instead of "azure pipeline"; also corrected the skipif_ci_apple docstring which incorrectly referenced Windows

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Switch from Azure Pipelines to GitHub Actions Switch from Azure Pipelines to GitHub Actions May 4, 2026
Copilot AI requested a review from xadupre May 4, 2026 09:38
Copilot finished work on behalf of xadupre May 4, 2026 09:38
@xadupre
Copy link
Copy Markdown
Collaborator

xadupre commented May 4, 2026

@copilot File "/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/sphinx_issues/init.py", line 128, in _get_uri
raise ValueError(
ValueError: The issues_pr_uri format [https://github.com/{group}/{project}/pull/{n}](https://github.com/%7Bgroup%7D/%7Bproject%7D/pull/%7Bn%7D%60) requires a group/project to be defined in issues_default_group_project.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 4, 2026

@copilot File "/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/sphinx_issues/init.py", line 128, in _get_uri
raise ValueError(
ValueError: The issues_pr_uri fo...

Fixed in a00c7be — added issues_github_path = "sdpython/sphinx-runpython" to _doc/conf.py. The sphinx_issues extension was loaded but missing this required setting, causing the :pr: roles in CHANGELOGS.rst to raise a ValueError during the documentation build.

Copilot AI requested a review from xadupre May 4, 2026 09:51
Copilot finished work on behalf of xadupre May 4, 2026 09:51
@xadupre xadupre marked this pull request as ready for review May 4, 2026 10:13
@sdpython sdpython merged commit b630ca2 into main May 4, 2026
17 checks passed
Copilot AI added a commit that referenced this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

switch from azure_pipline to github action

3 participants