Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit ca866ae

Browse files
authored
Merge pull request #9 from sourcegraph/devx/dt/update_auditor_action
ci: update the github action name to match its title
2 parents 8cd0c9d + 374773c commit ca866ae

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
name: pr-auditor
22
on:
33
pull_request:
4-
types: [ closed, edited, opened ]
5-
4+
types: [ closed, edited, opened, synchronize ]
65
jobs:
7-
run:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/checkout@v2
11-
with: { repository: 'sourcegraph/sourcegraph' }
12-
- uses: actions/setup-go@v2
13-
with: { go-version: '1.18' }
14-
15-
- run: ./dev/pr-auditor/check-pr.sh
16-
env:
17-
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
18-
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
19-
GITHUB_RUN_URL: https://github.com/sourcegraph/infrastructure/actions/runs/${{ github.run_id }}
6+
pr-auditor:
7+
runs-on: ubuntu-latest
8+
name: pr-auditor
9+
steps:
10+
- uses: actions/checkout@v2
11+
with: { repository: 'sourcegraph/sourcegraph' }
12+
- uses: actions/setup-go@v2
13+
with: { go-version: '1.18' }
14+
- run: ./dev/pr-auditor/check-pr.sh
15+
env:
16+
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
17+
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
18+
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)