Skip to content

Commit 4c248f2

Browse files
committed
testing action
1 parent d6cf82e commit 4c248f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/actions/size_pull_request/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ runs:
1818
run: pip install -U requests
1919
shell: bash
2020

21-
- name: Testing comment on issue
22-
run: >-
23-
gh api --method POST
24-
-H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28"
25-
/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments
26-
-f "body=Testing comment via an action"
27-
shell: bash
28-
env:
29-
GH_TOKEN: ${{ github.token }}
21+
# - name: Testing comment on issue
22+
# run: >-
23+
# gh api --method POST
24+
# -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28"
25+
# /repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments
26+
# -f "body=Testing comment via an action"
27+
# shell: bash
28+
# env:
29+
# GH_TOKEN: ${{ github.token }}
3030

3131
- name: Evaluate pull request size
3232
run: >-

0 commit comments

Comments
 (0)