We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f66bd commit 9782d3dCopy full SHA for 9782d3d
.github/workflows/comment_bot.yml
@@ -9,6 +9,9 @@ jobs:
9
if: ${{ github.event.issue.pull_request }} # check if the comments come from a pull request and exclude comments from issues
10
runs-on: [ubuntu-latest]
11
steps:
12
+ - name: Check out the repository
13
+ uses: actions/checkout@v3
14
+
15
- name: Run Tests
16
if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword
17
uses: ./.github/workflows/tests.yml
0 commit comments