File tree Expand file tree Collapse file tree 4 files changed +25
-8
lines changed Expand file tree Collapse file tree 4 files changed +25
-8
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 : ["triage "]
3
+ title : " [Question ]: "
4
+ labels : ["Question "]
5
5
body :
6
6
- type : markdown
7
7
attributes :
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
25
- required : true
25
+ required : true
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 "]
4
+ labels : ["Bug "]
5
5
body :
6
6
- type : markdown
7
7
attributes :
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
51
- required : true
51
+ required : true
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
- title : " [Bug ]: "
4
- labels : ["triage "]
3
+ title : " [Feedback ]: "
4
+ labels : ["Feedback "]
5
5
body :
6
6
- type : markdown
7
7
attributes :
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
25
- required : true
25
+ required : true
Original file line number Diff line number Diff line change
1
+ name : Add issues to project
2
+
3
+ on :
4
+ issues :
5
+ types :
6
+ - opened
7
+
8
+ jobs :
9
+ add-to-project :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - name : Add issue to project
13
+ uses : actions/add-to-project@v1.0.2
14
+ with :
15
+ # SDK Server Project
16
+ project-url : https://github.com/orgs/OneSignal/projects/11
17
+ github-token : ${{ secrets.GH_PROJECTS_TOKEN }}
You can’t perform that action at this time.
0 commit comments