File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Add agent-java label
18
- uses : AlexanderWert/issue-labeler@v2.3
18
+ uses : AlexanderWert/issue-labeler@32be4a3c3d8f009c2741af471994337c34b4cb6f # v2.3
19
19
with :
20
20
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
21
21
configuration-path : .github/labeler-config.yml
49
49
echo "::debug::isExcluded: ${{ steps.checkUserMember.outputs.isExcluded }}"
50
50
- name : Add community and triage lables
51
51
if : steps.checkUserMember.outputs.isTeamMember != 'true' && steps.checkUserMember.outputs.isExcluded != 'true'
52
- uses : AlexanderWert/issue-labeler@v2.3
52
+ uses : AlexanderWert/issue-labeler@32be4a3c3d8f009c2741af471994337c34b4cb6f # v2.3
53
53
with :
54
54
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
55
55
configuration-path : .github/community-label.yml
You can’t perform that action at this time.
0 commit comments