You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: show GH annotations when running from forks (#37)
* fix: show GH annotations when running from forks
We can't post to the PR in that case.
* fix: dangerfile - avoid string.replaceAll()
* chore: update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
5
+
## 2.1.1
6
+
7
+
### Fixes
8
+
9
+
- Show GitHub annotations when running from forks - can't post a PR comment in that case ([#37](https://github.com/getsentry/github-workflows/pull/37))
0 commit comments