We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a231f commit 7c4e04eCopy full SHA for 7c4e04e
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ pull-requests: write # Grant write access to pull request comments
16
17
steps:
18
- name: Checkout code
0 commit comments