File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -703,15 +703,15 @@ will merge in the latest changes from the base branch into the PR.
703703If this still doesn't help with the failure on the PR, you can try
704704to re-run that particular failed check.
705705
706- Note that the :guilabel: `Re-run jobs ` button on GitHub Actions is only visible
707- to Python core developers and triagers . If you have these permissions, go to
706+ The :guilabel: `Re-run jobs ` button on GitHub Actions is only visible
707+ to Python core and triage teams . If you have these permissions, go to
708708the red GitHub Action job, click on the :guilabel: `Re-run jobs ` button on the
709709top right, and select :guilabel: `Re-run failed jobs `. The button will only be
710710present when all other jobs finished running.
711711
712712If you are a regular contributor and cannot see the button, you can ask a
713713reviewer to re-run the failed jobs for you in a PR comment. Alternatively, you
714- can re-trigger the CI by pushing an empty commit to your branch (e.g.
714+ can re-trigger the CI by pushing an empty commit to your branch (for example,
715715``git commit --allow-empty -m "Trigger CI" ``), or by closing and re-opening
716716your pull request.
717717
You can’t perform that action at this time.
0 commit comments