Skip to content

Commit cbe8ffd

Browse files
committed
chore: update CLA Assistant GitHub Action to v2.6.1- Updated contributor-assistant/github-action from v2.0.0 to v2.6.1- Added required permissions block for GitHub token scope- Ensures compatibility with latest GitHub APIFixes #3054
Signed-off-by: Kunal Maurya <[email protected]>
1 parent e8d0134 commit cbe8ffd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cla.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ on:
1010
- "closed"
1111
- "synchronize"
1212

13+
permissions:
14+
actions: write
15+
contents: write
16+
pull-requests: write
17+
statuses: write
18+
1319
jobs:
1420
cla-assistant:
1521
runs-on: "ubuntu-latest"
1622
steps:
1723
- name: "CLA Assistant"
1824
if: "(github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'"
19-
uses: "cla-assistant/github-action@v2.1.3-beta"
25+
uses: "contributor-assistant/github-action@v2.6.1"
2026
env:
2127
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2228
PERSONAL_ACCESS_TOKEN: "${{ secrets.PRO_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)