mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Restore CLA bot permissions (#11240)
The CLA bot had its write permissions revoked recently when our organization-wide settings were updated to restrict actions to read access by default. This PR restores write access to PRs and to the repository itself for the CLA bot. It needs PR write access to leave comments, and needs write access to the repo itself to commit new signatures.
This commit is contained in:
parent
9932c40651
commit
a58c66af1f
3
.github/workflows/cla.yml
vendored
3
.github/workflows/cla.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
CLABot:
|
||||
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull requests: write
|
||||
contents: write
|
||||
steps:
|
||||
- name: "CLA Signature Bot"
|
||||
uses: MetaMask/cla-signature-bot@v3.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user