Skip to content

Commit abe44e6

Browse files
authored
ci: pin to v1.5.0-2
1 parent 00b9f75 commit abe44e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/label-commenter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
types:
66
- labeled
77
- unlabeled
8-
pull_request:
9-
types:
10-
- labeled
11-
- unlabeled
8+
# pull_request:
9+
# types:
10+
# - labeled
11+
# - unlabeled
1212
pull_request_target:
1313
types:
1414
- labeled
@@ -23,7 +23,7 @@ jobs:
2323
ref: master
2424

2525
- name: Label Commenter
26-
uses: peaceiris/[email protected]0
26+
uses: peaceiris/[email protected]2
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
# config_file: .github/label-commenter-config.yml

0 commit comments

Comments
 (0)