We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1995cd commit c205ddbCopy full SHA for c205ddb
1 file changed
‎.github/workflows/latest-changes.yml‎
@@ -19,6 +19,8 @@ on:
19
jobs:
20
latest-changes:
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ pull-requests: read
24
steps:
25
- name: Dump GitHub context
26
env:
0 commit comments