Skip to content

Commit 2db75f0

Browse files
Apply review suggestions
1 parent 9a5b250 commit 2db75f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

getting-started/pull-request-lifecycle.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,15 +669,15 @@ will merge in the latest changes from the base branch into the PR.
669669
If this still doesn't help with the failure on the PR, you can try
670670
to re-run that particular failed check.
671671

672-
Note that the :guilabel:`Re-run jobs` button on GitHub Actions is only visible
673-
to Python core developers and triagers. If you have these permissions, go to
672+
The :guilabel:`Re-run jobs` button on GitHub Actions is only visible
673+
to Python core and triage teams. If you have these permissions, go to
674674
the red GitHub Action job, click on the :guilabel:`Re-run jobs` button on the
675675
top right, and select :guilabel:`Re-run failed jobs`. The button will only be
676676
present when all other jobs finished running.
677677

678678
If you are a regular contributor and cannot see the button, you can ask a
679679
reviewer to re-run the failed jobs for you in a PR comment. Alternatively, you
680-
can re-trigger the CI by pushing an empty commit to your branch (e.g.
680+
can re-trigger the CI by pushing an empty commit to your branch (for example,
681681
``git commit --allow-empty -m "Trigger CI"``), or by closing and re-opening
682682
your pull request.
683683

0 commit comments

Comments
 (0)