We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a85ab5 + 72020f8 commit e8b9fd4Copy full SHA for e8b9fd4
2 files changed
.github/workflows/changelog-preview.yml
@@ -11,6 +11,7 @@ on:
11
permissions:
12
contents: write
13
pull-requests: write
14
+ statuses: write
15
16
jobs:
17
changelog-preview:
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
# Unreleased
4
5
-### Improvements
+### Features
6
7
- Update Android targetSdk to API 36 (Android 16) ([#5016](https://github.com/getsentry/sentry-java/pull/5016))
8
9
+### Internal
10
+
+- Set `write` permission for `statuses` in the changelog preview GHA workflow. ([#5053](https://github.com/getsentry/sentry-java/pull/5053))
## 8.31.0
### Features
0 commit comments