Skip to content

Commit

Permalink
follow documentation 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Oct 31, 2023
1 parent 0f18a84 commit 6b0add3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
pull_request_target:
types: [ opened, closed, synchronize ]

permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
CLAssistant:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: "CLA Assistant"
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'
Expand Down

0 comments on commit 6b0add3

Please sign in to comment.