Ele 5191 fix for the logic updating test result rows #2335
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remind docs and tests | |
| on: | |
| pull_request_target: | |
| branches: ["master"] | |
| jobs: | |
| run: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: wow-actions/auto-comment@v1 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| pullRequestOpened: | | |
| 👋 @{{ author }} | |
| Thank you for raising your pull request. | |
| Please make sure to add tests and document all user-facing changes. | |
| You can do this by editing the `docs` files in the [`elementary`](https://github.com/elementary-data/elementary) repository. |