Commit 90482d2
ci: Add permissions necessary for release-please
Without this it fails with this error:
```
Error: release-please failed: Resource not accessible by integration
```
The `issues: write` permissions are needed to create labels on PRs,
because of this issue: https://github.com/orgs/community/discussions/156181
Followup to #14321 parent 8a8e4a8 commit 90482d2
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments