Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Golang CI lint "only-new-issues" needs perms to read PRs
  • Loading branch information
puneetsarna committed May 17, 2023
commit 7ba5f307eb6cb7b5b59143c402ff0f24d85a5e04
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- reopened
- synchronize

permissions:
contents: read
pull-requests: read

jobs:
checks:
name: Linting
Expand Down