FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/.github/workflows/codenotify.yml at main · zeroows/sourcegraph · GitHub
zeroows
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
.github
/
workflows
/
codenotify.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (26 loc) · 769 Bytes
Breadcrumbs
sourcegraph
/
.github
/
workflows
/
codenotify.yml
Copy path
File metadata and controls
27 lines (26 loc) · 769 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/codenotify@v0.6.2
with
:
filename
:
'
CODENOTIFY
'
subscriber-threshold
:
'
10
'
env
:
GITHUB_TOKEN
:
${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
-
uses
:
sourcegraph/codenotify@v0.6.2
continue-on-error
:
true
with
:
filename
:
'
OWNERS
'
subscriber-threshold
:
'
10
'
env
:
GITHUB_TOKEN
:
${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL