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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ask-question.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: 🙋♂️ Ask a question
2
2
description: Tell us what's on your mind
3
-
title: "[question]: "
4
-
labels: ["triage"]
3
+
title: "[Question]: "
4
+
labels: ["Question"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
@@ -22,4 +22,4 @@ body:
22
22
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
23
23
options:
24
24
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: 🪳 Bug report
2
2
description: File a bug report
3
3
title: "[Bug]: "
4
-
labels: ["bug", "triage"]
4
+
labels: ["Bug"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
@@ -48,4 +48,4 @@ body:
48
48
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
49
49
options:
50
50
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/general-feedback.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: 📣 General feedback
2
2
description: Tell us what's on your mind
3
-
title: "[Bug]: "
4
-
labels: ["triage"]
3
+
title: "[Feedback]: "
4
+
labels: ["Feedback"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
@@ -22,4 +22,4 @@ body:
22
22
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
23
23
options:
24
24
- label: I agree to follow this project's Code of Conduct
*DefaultApi* | [**begin_live_activity**](docs/DefaultApi.md#begin_live_activity) | **POST** /apps/{app_id}/live_activities/{activity_id}/token | Start Live Activity
87
86
*DefaultApi* | [**cancel_notification**](docs/DefaultApi.md#cancel_notification) | **DELETE** /notifications/{notification_id} | Stop a scheduled or currently outgoing notification
*DefaultApi* | [**unsubscribe_email_with_token**](docs/DefaultApi.md#unsubscribe_email_with_token) | **POST** /apps/{app_id}/notifications/{notification_id}/unsubscribe | Unsubscribe with token
117
112
*DefaultApi* | [**update_app**](docs/DefaultApi.md#update_app) | **PUT** /apps/{app_id} | Update an app
118
113
*DefaultApi* | [**update_live_activity**](docs/DefaultApi.md#update_live_activity) | **POST** /apps/{app_id}/live_activities/{activity_id}/notifications | Update a Live Activity via Push
*DefaultApi* | [**update_player_tags**](docs/DefaultApi.md#update_player_tags) | **PUT** /apps/{app_id}/users/{external_user_id} | Edit tags with external user id
0 commit comments