You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
11
+
permissions:
12
+
actions: write
13
+
contents: write
14
+
pull-requests: write
15
+
statuses: write
16
+
17
+
jobs:
18
+
CLAAssistant:
19
+
runs-on: ubuntu-latest
20
+
steps:
21
+
- name: "CLA Assistant"
22
+
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'
0 commit comments