Skip to content

Commit

Permalink
Update cla.yml
Browse files Browse the repository at this point in the history
Fixed cla.yml since it broke most PRs
  • Loading branch information
StefanKert authored Jul 16, 2024
1 parent 51378c3 commit abdd4d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
pull_request_target:
types: [opened,closed,synchronize]

permissions:
id-token: write
contents: read
issues: write
pull-requests: write

jobs:
CLAAssistant:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abdd4d9

Please sign in to comment.