Skip to content

Commit 080c83f

Browse files
committed
v0.3.31_CLA
1 parent a26cd56 commit 080c83f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/cla.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@ name: CLA Assistant
22

33
on:
44
pull_request_target:
5-
types: [opened, synchronize]
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
statuses: write
611

712
jobs:
813
cla:
14+
name: cla
915
runs-on: ubuntu-latest
1016
steps:
1117
- name: CLA Assistant
1218
uses: contributor-assistant/github-action@v2
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1321
with:
1422
path-to-cla-document: CONTRIBUTING.md
1523
branch: main
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)