Skip to content

Commit adab162

Browse files
committed
fix: resolved cla issue
1 parent 9c0a1bf commit adab162

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cla.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
issue_comment:
44
types: [created]
55
pull_request_target:
6-
types: [opened, closed, synchronize]
6+
types: [opened,closed,synchronize]
77

88
permissions:
99
actions: write
@@ -24,12 +24,12 @@ jobs:
2424
))
2525
uses: contributor-assistant/github-action@v2.6.1
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2928
with:
3029
path-to-signatures: '.github/signatures/version1/cla.json'
3130
path-to-document: 'https://github.com/existence-master/Sentient/blob/master/CLA.md'
32-
branch: 'oss'
31+
branch: 'oss'
3332
allowlist: itsskofficial,dependabot[bot]
3433
remote-organization-name: existence-master
3534
remote-repository-name: Sentient-Internal
35+
force-when-sync: true

0 commit comments

Comments
 (0)