File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11name : 🪳 Bug report
22description : File a bug report
33title : ' [Bug]: '
4- labels : ['bug', 'triage']
5- # assignees:
6- # - OneSignal/ios-sdk
4+ labels : ['Bug']
5+
76body :
87 - type : markdown
98 attributes :
2120 id : reproduction-steps
2221 attributes :
2322 label : Steps to reproduce?
24- description : Provide as much detail as posible to reproduce the issue.
23+ description : Provide as much detail as possible to reproduce the issue.
2524 placeholder : |
2625 1. Install vX.Y.Z of dependency
2726 2. Launch the app on iOS device
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 Cross-Platform Project
15+ project-url : https://github.com/orgs/OneSignal/projects/10
16+ github-token : ${{ secrets.GH_PROJECTS_TOKEN }}
17+ labeled : Bug
You can’t perform that action at this time.
0 commit comments