File tree 6 files changed +30
-13
lines changed
6 files changed +30
-13
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
+
14
+ with :
15
+ # SDK Server Project
16
+ project-url : https://github.com/orgs/OneSignal/projects/11
17
+ github-token : ${{ secrets.GH_PROJECTS_TOKEN }}
Original file line number Diff line number Diff line change 21
21
"prepare" : " npm run build"
22
22
},
23
23
"dependencies" : {
24
- "@types/node" : " ^22.15.4 " ,
24
+ "@types/node" : " ^22.15.17 " ,
25
25
"@types/node-fetch" : " ^2.5.7" ,
26
26
"btoa" : " ^1.2.1" ,
27
27
"es6-promise" : " ^4.2.4" ,
Original file line number Diff line number Diff line change 10
10
" @types/node" " *"
11
11
form-data "^4.0.0"
12
12
13
- " @types/node@*" , "@types/node@^22.15.4 ":
14
- version "22.15.4 "
15
- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.4 .tgz#3458cb612c1dcc52f31a3697cc43552c8e0010b1 "
16
- integrity sha512-581aCnNSw/a15qoDn8hPfod5YOUNPKlMuT8d33OyhQ6mfZgnogLBZxPupGnFXLxpbTOz4A7/gI2t+uLDD/LMNA ==
13
+ " @types/node@*" , "@types/node@^22.15.17 ":
14
+ version "22.15.17 "
15
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.17 .tgz#355ccec95f705b664e4332bb64a7f07db30b7055 "
16
+ integrity sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw ==
17
17
dependencies :
18
18
undici-types "~6.21.0"
19
19
You can’t perform that action at this time.
0 commit comments