Skip to content

Commit

Permalink
Update cla_bot.yml (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Apr 24, 2023
1 parent 1d6973e commit 62744a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cla_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
CLAssistant:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
pull-requests: write
statuses: 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 62744a6

Please sign in to comment.