Skip to content

Commit fc9059c

Browse files
arun-silabsselissia
authored andcommitted
Revert "enable CLA"
This reverts commit 74cd27f.
1 parent 6f61ffe commit fc9059c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/01-CLA-Assistant.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
name: CLA validation
1+
name: 01-CLA-Assistant
2+
## This workflow is used for public repositories
23

34
on:
4-
issue_comment:
5-
types: [created]
6-
pull_request:
5+
workflow_dispatch:
6+
#issue_comment:
7+
# types: [created]
8+
#pull_request_target:
9+
# types: [opened,closed,synchronize,reopened]
710

811
permissions:
912
actions: write
10-
contents: read
13+
contents: read # this can be 'read' if the signatures are in remote repository
1114
pull-requests: write
1215
statuses: write
1316

1417
jobs:
1518
CLAAssistant:
16-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
1720
steps:
1821
- name: Create CLA Assistant Lite bot token
1922
uses: actions/create-github-app-token@v2
@@ -24,9 +27,6 @@ jobs:
2427
owner: SiliconLabsInternal
2528
repositories: contributor-license-agreements
2629

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

0 commit comments

Comments
 (0)