Skip to content

Commit

Permalink
review on pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoschutijzer committed Jan 7, 2024
1 parent 8fb1351 commit b5ce83a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-out-torvalds.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
on:
pull_request:
branches: [ main ]
issue_comment:
types: [created, deleted]

jobs:
test:
runs-on: ubuntu-latest
name: Review it
if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/review-linus')
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b5ce83a

Please sign in to comment.