Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .generated.NoMobile.sln
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A9
scripts\build-sentry-cocoa.sh = scripts\build-sentry-cocoa.sh
scripts\update-project-xml.ps1 = scripts\update-project-xml.ps1
scripts\build-sentry-native.ps1 = scripts\build-sentry-native.ps1
scripts\ios-simulator-utils.ps1 = scripts\ios-simulator-utils.ps1
scripts\commit-formatted-code.sh = scripts\commit-formatted-code.sh
scripts\accept-verifier-changes.ps1 = scripts\accept-verifier-changes.ps1
scripts\generate-cocoa-bindings.ps1 = scripts\generate-cocoa-bindings.ps1
scripts\generate-solution-filters.ps1 = scripts\generate-solution-filters.ps1
scripts\generate-solution-filters-config.yaml = scripts\generate-solution-filters-config.yaml
scripts\device-test-utils.ps1 = scripts\device-test-utils.ps1
scripts\install-libssl1.sh = scripts\install-libssl1.sh
scripts\patch-cocoa-bindings.cs = scripts\patch-cocoa-bindings.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
Expand All @@ -239,6 +241,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\vulnerabilities.yml = .github\workflows\vulnerabilities.yml
.github\workflows\device-tests-ios.yml = .github\workflows\device-tests-ios.yml
.github\workflows\device-tests-android.yml = .github\workflows\device-tests-android.yml
.github\workflows\changelog-preview.yml = .github\workflows\changelog-preview.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{5D50D425-244F-4B79-B9F5-21D26DD52DC1}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
contents: write
pull-requests: write
statuses: write
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


jobs:
changelog-preview:
Expand Down
4 changes: 4 additions & 0 deletions Sentry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{A8A9
scripts\generate-cocoa-bindings.ps1 = scripts\generate-cocoa-bindings.ps1
scripts\generate-solution-filters.ps1 = scripts\generate-solution-filters.ps1
scripts\generate-solution-filters-config.yaml = scripts\generate-solution-filters-config.yaml
scripts\device-test-utils.ps1 = scripts\device-test-utils.ps1
scripts\install-libssl1.sh = scripts\install-libssl1.sh
scripts\patch-cocoa-bindings.cs = scripts\patch-cocoa-bindings.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
Expand All @@ -238,6 +241,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\vulnerabilities.yml = .github\workflows\vulnerabilities.yml
.github\workflows\device-tests-ios.yml = .github\workflows\device-tests-ios.yml
.github\workflows\device-tests-android.yml = .github\workflows\device-tests-android.yml
.github\workflows\changelog-preview.yml = .github\workflows\changelog-preview.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{5D50D425-244F-4B79-B9F5-21D26DD52DC1}"
Expand Down
Loading