File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
.github/actions/size_pull_request Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ runs:
18
18
run : pip install -U requests
19
19
shell : bash
20
20
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 }}
30
30
31
31
- name : Evaluate pull request size
32
32
run : >-
You can’t perform that action at this time.
0 commit comments