Skip to content

Commit 32e41d7

Browse files
authored
workflows: update pr-auditor workflow (#139)
1 parent ca6c86b commit 32e41d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# See https://docs.sourcegraph.com/dev/background-information/ci#pr-auditor
12
name: pr-auditor
23
on:
3-
pull_request:
4-
types: [ closed, edited, opened ]
4+
pull_request_target:
5+
types: [ closed, edited, opened, synchronize, ready_for_review ]
56

67
jobs:
7-
run:
8+
check-pr:
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)