Use dedicated GH project to host rageshakes, so no need to add label of prefix.
This commit is contained in:
parent
0d5f348354
commit
c7b58be970
2 changed files with 5 additions and 8 deletions
|
|
@ -235,10 +235,10 @@ class BugReporter @Inject constructor(
|
||||||
|
|
||||||
if (!mIsCancelled) {
|
if (!mIsCancelled) {
|
||||||
val text = when (reportType) {
|
val text = when (reportType) {
|
||||||
ReportType.BUG_REPORT -> "[ElementX] $bugDescription"
|
ReportType.BUG_REPORT -> bugDescription
|
||||||
ReportType.SUGGESTION -> "[ElementX] [Suggestion] $bugDescription"
|
ReportType.SUGGESTION -> "[Suggestion] $bugDescription"
|
||||||
ReportType.SPACE_BETA_FEEDBACK -> "[ElementX] [spaces-feedback] $bugDescription"
|
ReportType.SPACE_BETA_FEEDBACK -> "[spaces-feedback] $bugDescription"
|
||||||
ReportType.THREADS_BETA_FEEDBACK -> "[ElementX] [threads-feedback] $bugDescription"
|
ReportType.THREADS_BETA_FEEDBACK -> "[threads-feedback] $bugDescription"
|
||||||
ReportType.AUTO_UISI_SENDER,
|
ReportType.AUTO_UISI_SENDER,
|
||||||
ReportType.AUTO_UISI -> bugDescription
|
ReportType.AUTO_UISI -> bugDescription
|
||||||
}
|
}
|
||||||
|
|
@ -298,9 +298,6 @@ class BugReporter @Inject constructor(
|
||||||
// builder.addFormDataPart("label", buildMeta.flavorDescription)
|
// builder.addFormDataPart("label", buildMeta.flavorDescription)
|
||||||
// builder.addFormDataPart("label", buildMeta.gitBranchName)
|
// builder.addFormDataPart("label", buildMeta.gitBranchName)
|
||||||
|
|
||||||
// Special for ElementX
|
|
||||||
builder.addFormDataPart("label", "[ElementX]")
|
|
||||||
|
|
||||||
// Possible values for BuildConfig.BUILD_TYPE: "debug", "nightly", "release".
|
// Possible values for BuildConfig.BUILD_TYPE: "debug", "nightly", "release".
|
||||||
// builder.addFormDataPart("label", BuildConfig.BUILD_TYPE)
|
// builder.addFormDataPart("label", BuildConfig.BUILD_TYPE)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<!-- Rageshake configuration -->
|
<!-- Rageshake configuration -->
|
||||||
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>
|
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>
|
||||||
<string name="bug_report_app_name" translatable="false">riot-android</string>
|
<string name="bug_report_app_name" translatable="false">element-x-android</string>
|
||||||
<string name="bug_report_auto_uisi_app_name" translatable="false">element-auto-uisi</string>
|
<string name="bug_report_auto_uisi_app_name" translatable="false">element-auto-uisi</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue