Skip to content

Commit 51b3e0d

Browse files
authored
workflows: update pr-auditor workflow (#43)
1 parent 92f035e commit 51b3e0d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 5 additions & 4 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
@@ -16,4 +17,4 @@ jobs:
1617
env:
1718
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
1819
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
19-
GITHUB_RUN_URL: https://github.com/sourcegraph/infrastructure/actions/runs/${{ github.run_id }}
20+
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)