Skip to content

Commit d3422bf

Browse files
authored
Renumber steps in PR fix workflow documentation (#72)
1 parent 939eb7b commit d3422bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

workflows/pr-fix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
4646

4747
4. Formulate a plan to follow the instructions. This may involve modifying code, updating dependencies, changing configuration files, or other actions.
4848

49-
4. Implement the changes needed to follow the instructions.
49+
5. Implement the changes needed to follow the instructions.
5050

51-
5. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
51+
6. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
5252

53-
6. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
53+
7. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
5454

55-
7. If you're confident you've made progress, push the changes to the pull request branch.
55+
8. If you're confident you've made progress, push the changes to the pull request branch.
5656

57-
8. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
57+
9. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
5858

5959

0 commit comments

Comments
 (0)