Skip to content

[pull] main from sourcegraph:main #21703

[pull] main from sourcegraph:main

[pull] main from sourcegraph:main #21703

Workflow file for this run

name: codenotify
on:
pull_request:
types: [opened, synchronize, ready_for_review]
jobs:
codenotify:
runs-on: ubuntu-latest
name: codenotify
if: ${{ !startsWith(github.head_ref, 'contractors/' )}}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: sourcegraph/[email protected]
with:
filename: 'CODENOTIFY'
subscriber-threshold: '10'
env:
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
- uses: sourcegraph/[email protected]
continue-on-error: true
with:
filename: 'OWNERS'
subscriber-threshold: '10'
env:
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}