Skip to content

Commit

Permalink
Merge branch 'develop' into better-error-for-wrong-number-of-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Sep 26, 2024
2 parents 56685f4 + 63e8250 commit ffe2225
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 63 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
pull_request_target:
types: [opened, closed, synchronize]

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: write
contents: write # this can be 'read' if the signatures are in remote repository
pull-requests: write
statuses: write

jobs:
CLAssistant:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit ffe2225

Please sign in to comment.