mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
15 lines
328 B
YAML
15 lines
328 B
YAML
name: codenotify
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
codenotify:
|
|
runs-on: ubuntu-latest
|
|
name: codenotify
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
- uses: sourcegraph/codenotify@v0.2
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|