Skip to content

Commit 0106c0f

Browse files
committed
Uncomment commentor
1 parent 7c4c785 commit 0106c0f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/linter-commenter.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: Print log
4848
run: cat linting_output.txt
4949

50-
# - name: Process Comments
51-
# id: process-comments
52-
# env:
53-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
# PR_NUMBER: ${{ github.event.pull_request.number }}
55-
# BRANCH_SHA: ${{ github.event.pull_request.head.sha }}
56-
# RUN_ID: ${{ github.run_id }}
57-
# LOG_FILE: linting_output.txt
58-
# VERSIONS_FILE: versions.txt
59-
# run: python ./build_tools/get_comment.py
50+
- name: Process Comments
51+
id: process-comments
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
PR_NUMBER: ${{ github.event.pull_request.number }}
55+
BRANCH_SHA: ${{ github.event.pull_request.head.sha }}
56+
RUN_ID: ${{ github.run_id }}
57+
LOG_FILE: linting_output.txt
58+
VERSIONS_FILE: versions.txt
59+
run: python ./build_tools/get_comment.py

0 commit comments

Comments
 (0)