From a966701c94dd3d2522942d10a9da8e9bdea53cc6 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Wed, 10 Jun 2026 17:22:33 -0700 Subject: [PATCH] Remove Azure references from contributing.rst (#10673) --- certbot/docs/contributing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index e60a7190f..cc16a947d 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -156,7 +156,7 @@ adding the `-s` flag to `pytest` invocations. Running automated integration tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Generally it is sufficient to open a pull request and let Github and Azure Pipelines run +Generally it is sufficient to open a pull request and let GitHub run integration tests for you. However, you may want to run them locally before submitting your pull request. You need Docker installed and working. @@ -224,8 +224,8 @@ using an HTTP-01 challenge on a machine with Python 3: Running tests in CI ~~~~~~~~~~~~~~~~~~~ -Certbot uses Azure Pipelines to run continuous integration tests. If you are using our -Azure setup, a branch whose name starts with `test-` will run all tests on that branch. +Certbot uses GitHub Actions to run continuous integration tests. If you are using our +GitHub Actions setup, a branch whose name starts with `test-` will run all tests on that branch. Code components and layout ========================== @@ -526,7 +526,7 @@ Steps: containing your pull request to squash or amend commits. We use `squash merges `_ on PRs and rewriting commits makes changes harder to track between reviews. -7. Did your tests pass on Azure Pipelines? If they didn't, fix any errors. +7. Did your tests pass on GitHub Actions? If they didn't, fix any errors. .. _ask for help: