Skip to content

Commit

Permalink
Testing testing-docs-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 17, 2024
1 parent f8ce882 commit b830ad7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/testing-docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,17 @@ jobs:
diff -q generated_file.md committed_file.md
- name: Create Pull Request
run: |
echo "Changes detected in testing documentation."
echo "A pull request should be created to update the documentation."
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PRBOT_PAT }}
commit-message: "docs: update testing documentation"
title: "docs: update testing documentation"
branch: "bot/update-testing-docs"
base: tk/check-testing-docs-nightly
delete-branch: true
body: |
This PR updates the testing documentation.
Please review the changes and merge if everything looks correct.
Expand Down

0 comments on commit b830ad7

Please sign in to comment.