Skip to content

Commit 5b30867

Browse files
authored
Update repolinter.yml
update add-pr-comment to oracle-devrel
1 parent cac8097 commit 5b30867

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/repolinter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "Errored: ${{ steps.analysis.outputs.errored }}"
3535
- name: Comment if analysis finds missing disclaimer
3636
if: steps.analysis.outputs.disclaimer_found == 'false'
37-
uses: mshick/add-pr-comment@v1
37+
uses: oracle-devrel/add-pr-comment@v1
3838
with:
3939
message: |
4040
:no_entry: **FAILURE: Missing Disclaimer**
@@ -47,7 +47,7 @@ jobs:
4747
repo-token: ${{ secrets.GITHUB_TOKEN }}
4848
- name: Comment if analysis finds missing readme
4949
if: steps.analysis.outputs.readme_file_found == 'false'
50-
uses: mshick/add-pr-comment@v1
50+
uses: oracle-devrel/add-pr-comment@v1
5151
with:
5252
message: |
5353
:no_entry: **FAILURE: Missing README**
@@ -58,7 +58,7 @@ jobs:
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}
5959
- name: Comment if analysis finds missing license
6060
if: steps.analysis.outputs.license_file_found == 'false'
61-
uses: mshick/add-pr-comment@v1
61+
uses: oracle-devrel/add-pr-comment@v1
6262
with:
6363
message: |
6464
:no_entry: **FAILURE: Missing LICENSE**
@@ -69,7 +69,7 @@ jobs:
6969
repo-token: ${{ secrets.GITHUB_TOKEN }}
7070
- name: Comment if analysis finds copyright notice missing
7171
if: steps.analysis.outputs.copyright_found == 'false'
72-
uses: mshick/add-pr-comment@v1
72+
uses: oracle-devrel/add-pr-comment@v1
7373
with:
7474
message: |
7575
:warning: **WARNING: Missing Copyright Notice(s)**

0 commit comments

Comments
 (0)