Tusky-App-Android/.github
Nik Clayton 2cc8414e9d
Move reviewdog-suggester permissions block to before the job definition
The reviewdog-suggester job was failing to leave comments, reporting:

```
reviewdog: This GitHub token doesn't have write permission of Review API [1], 
so reviewdog will report results via logging command [2] and create annotations similar to
github-pr-check reporter as a fallback.
```

Despite a `permissions` block the log showed the permissions as:

```
GITHUB_TOKEN Permissions
  Contents: read
  Issues: read
  Metadata: read
  PullRequests: read
```

Move the `permissions` block to earlier in the file, in case the position is important.
2023-08-25 12:53:18 +02:00
..
workflows Move reviewdog-suggester permissions block to before the job definition 2023-08-25 12:53:18 +02:00
FUNDING.yml Create FUNDING.yml 2019-05-23 19:24:51 +02:00
ci-gradle.properties Provide specific gradle properties for builds on CI (#3924) 2023-08-08 23:04:29 +02:00