File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
13- - uses : ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.3
13+ - uses : ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.4
1414 env :
1515 # This token needs to have repo scope and read:org scope (to be able to mention teams).
1616 GITHUB_TOKEN : ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8989 - uses : actions/checkout@v2
9090 with :
9191 ref : ${{ github.event.pull_request.head.sha }}
92- - uses : sourcegraph/codenotify@v0.3
92+ - uses : sourcegraph/codenotify@v0.4
9393 env :
9494 # secrets.GITHUB_TOKEN is available by default, but it won't allow CODENOTIFY to mention GitHub teams.
9595 # If you want CODENOTIFY to be able to mention teams, then you need to create a personal access token
You can’t perform that action at this time.
0 commit comments