Skip to content

Commit

Permalink
Merge branch 'develop' into fix-do-not-evaluate-all-arguments-in-advance
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Sep 26, 2024
2 parents cf5d0bc + b350dad commit 561e81f
Show file tree
Hide file tree
Showing 5 changed files with 202 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 561e81f

Please sign in to comment.