We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4295882 commit d8b10b4Copy full SHA for d8b10b4
.github/workflows/lint.yml
@@ -22,6 +22,7 @@ jobs:
22
contents: read # to fetch code (actions/checkout)
23
issues: write # to create comment
24
pull-requests: write # to create comment
25
+ statuses: write # to set PR status
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v4
0 commit comments