Skip to content

Commit

Permalink
chore(workflow): add pull_request_target as a trigger for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
raschan committed Jun 20, 2024
1 parent 8ed286b commit f6402bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull request

on: [pull_request]
on: [pull_request, pull_request_target]

permissions:
checks: write
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Lint
run: npm run lint
- name: Lint
uses: wearerequired/lint-action@v1.10.0
uses: wearerequired/lint-action@v2.3.0
with:
continue_on_error: false
auto_fix: false
Expand Down

0 comments on commit f6402bf

Please sign in to comment.