sourcegraph/.github/workflows/codenotify.yml
2020-09-16 09:39:24 -07:00

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 }}