We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11bd264 + d88ba0d commit 2a11cf7Copy full SHA for 2a11cf7
3 files changed
.github/ISSUE_TEMPLATE/ask-question.yml
@@ -1,9 +1,8 @@
1
name: 🙋♂️ Ask a question
2
description: Tell us what's on your mind
3
-title: '[question]: '
4
-labels: ['question']
5
-# assignees:
6
-# - OneSignal/ios-sdk
+title: '[Question]: '
+labels: ['Question']
+
7
body:
8
- type: markdown
9
attributes:
.github/ISSUE_TEMPLATE/general-feedback.yml
name: 📣 General feedback
title: '[Feedback]: '
-labels: ['triage']
+labels: ['Feedback']
.github/workflows/project.yml
@@ -14,4 +14,3 @@ jobs:
14
# SDK Cross-Platform Project
15
project-url: https://github.com/orgs/OneSignal/projects/10
16
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
17
- labeled: Bug
0 commit comments