File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : 🙋♂️ Ask a question
22description : Tell us what's on your mind
3- title : " [question ]: "
4- labels : ["triage "]
3+ title : " [Question ]: "
4+ labels : ["Question "]
55body :
66 - type : markdown
77 attributes :
2222 description : By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
2323 options :
2424 - 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 11name : 🪳 Bug report
22description : File a bug report
33title : " [Bug]: "
4- labels : ["bug", "triage "]
4+ labels : ["Bug "]
55body :
66 - type : markdown
77 attributes :
4848 description : By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
4949 options :
5050 - 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 11name : 📣 General feedback
22description : Tell us what's on your mind
3- title : " [Bug ]: "
4- labels : ["triage "]
3+ title : " [Feedback ]: "
4+ labels : ["Feedback "]
55body :
66 - type : markdown
77 attributes :
2222 description : By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/api/blob/main/CONTRIBUTING.md)
2323 options :
2424 - 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 }}
Original file line number Diff line number Diff line change @@ -180,14 +180,14 @@ def auth_settings
180180 type : 'bearer' ,
181181 in : 'header' ,
182182 key : 'Authorization' ,
183- value : "Key token= \" #{ app_key } \" "
183+ value : "Key \" #{ app_key } \" "
184184 } ,
185185 'user_key' =>
186186 {
187187 type : 'bearer' ,
188188 in : 'header' ,
189189 key : 'Authorization' ,
190- value : "Key token= \" #{ user_key } \" "
190+ value : "Key \" #{ user_key } \" "
191191 } ,
192192 }
193193 end
You can’t perform that action at this time.
0 commit comments