File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : 🙋♂️ Ask a question
2
2
description : Tell us what's on your mind
3
- title : " [question]: "
4
- labels : ["question"]
5
- # assignees:
6
- # - OneSignal/android-sdk
3
+ title : " [Question]: "
4
+ labels : ["Question"]
7
5
body :
8
6
- type : markdown
9
7
attributes :
Original file line number Diff line number Diff line change 1
1
name : 🪳 Bug report
2
2
description : File a bug report
3
3
title : " [Bug]: "
4
- labels : ["bug", "triage"]
5
- # assignees:
6
- # - OneSignal/android-sdk
4
+ labels : ["Bug"]
7
5
body :
8
6
- type : markdown
9
7
attributes :
50
48
id : android-major-version
51
49
attributes :
52
50
label : Android version
53
- description : Which versions of Android are broken for you?
51
+ description : Which versions of Android are broken for you?
54
52
multiple : true
55
53
options :
56
54
- " 15"
Original file line number Diff line number Diff line change 1
1
name : 📣 General feedback
2
2
description : Tell us what's on your mind
3
3
title : " [Feedback]: "
4
- labels : ["triage"]
5
- # assignees:
6
- # - OneSignal/android-sdk
4
+ labels : ["Feedback"]
7
5
body :
8
6
- type : markdown
9
7
attributes :
Original file line number Diff line number Diff line change
1
+ name : Add issues to project
2
+ on :
3
+ issues :
4
+ types :
5
+ - opened
6
+
7
+ jobs :
8
+ add-to-project :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : Add issue to project
12
+ uses : actions/add-to-project@v1.0.2
13
+ with :
14
+ # SDK Mobile Project
15
+ project-url : https://github.com/orgs/OneSignal/projects/18
16
+ github-token : ${{ secrets.GH_PROJECTS_TOKEN }}
You can’t perform that action at this time.
0 commit comments