File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : 01-CLA-Assistant
2- # # This workflow is used for public repositories
1+ name : CLA validation
32
43on :
5- workflow_dispatch :
6- # issue_comment:
7- # types: [created]
8- # pull_request_target:
9- # types: [opened,closed,synchronize,reopened]
4+ issue_comment :
5+ types : [created]
6+ pull_request :
107
118permissions :
129 actions : write
13- contents : read # this can be 'read' if the signatures are in remote repository
10+ contents : read
1411 pull-requests : write
1512 statuses : write
1613
1714jobs :
1815 CLAAssistant :
19- runs-on : ubuntu-24.04
16+ runs-on : ubuntu-latest
2017 steps :
2118 - name : Create CLA Assistant Lite bot token
2219 uses : actions/create-github-app-token@v2
2724 owner : SiliconLabsInternal
2825 repositories : contributor-license-agreements
2926
27+ - name : Mask generated token
28+ run : echo "::add-mask::${{ steps.app-token.outputs.token }}"
29+
3030 - name : " CLA Assistant"
3131 if : ${{ contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') }} || github.event_name == 'pull_request_target'
3232 uses : SiliconLabsSoftware/action-cla-assistant@silabs_flavour_v2
You can’t perform that action at this time.
0 commit comments