Skip to content

Commit 46a3b6c

Browse files
authored
Merge pull request #16 from Netcracker/broadcast-cla-workflow
chore(ci): update of CLA workflow
2 parents 165316e + bbb750b commit 46a3b6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/cla.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ on:
77
types: [opened, closed, synchronize]
88

99
permissions:
10-
actions: write
1110
contents: read
12-
pull-requests: write
13-
statuses: write
1411

1512
jobs:
1613
CLAAssistant:
14+
if: github.event.pull_request.draft == false
15+
permissions:
16+
actions: write
17+
contents: write
18+
pull-requests: write
19+
statuses: write
1720
runs-on: ubuntu-latest
1821
steps:
1922
- name: "CLA Assistant"

0 commit comments

Comments
 (0)