Skip to content

Commit

Permalink
workflows: update pr-auditor workflow (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jul 6, 2022
1 parent 92f035e commit 51b3e0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# See https://docs.sourcegraph.com/dev/background-information/ci#pr-auditor
name: pr-auditor
on:
pull_request:
types: [ closed, edited, opened ]
pull_request_target:
types: [ closed, edited, opened, synchronize, ready_for_review ]

jobs:
run:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -16,4 +17,4 @@ jobs:
env:
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
GITHUB_RUN_URL: https://github.com/sourcegraph/infrastructure/actions/runs/${{ github.run_id }}
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 comments on commit 51b3e0d

Please sign in to comment.