File tree Expand file tree Collapse file tree 3 files changed +31
-17
lines changed
Expand file tree Collapse file tree 3 files changed +31
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : New framework support
2+ description : Suggest a framework that we should add support for
3+ title : Framework support for [FRAMEWORK_NAME]
4+ body :
5+ - type : textarea
6+ attributes :
7+ label : Describe the solution you'd like
8+ validations :
9+ required : true
10+ - type : input
11+ attributes :
12+ label : Provide a link to a GitHub repo containing an example of the framework
13+ validations :
14+ required : true
15+ - type : textarea
16+ attributes :
17+ label : Additional context
Original file line number Diff line number Diff line change 1+ on :
2+ issues :
3+ types : [opened]
4+ jobs :
5+ closeEmptyIssues :
6+ if : " ${{ github.event.issue.body == '' }}"
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : close empty issues
10+ # v1.0.0
11+ uses : kerhub/saved-replies@dd3633c3608fcc768978988b012871d66f98f7d6
12+ with :
13+ token : ${{ secrets.GITHUB_TOKEN }}
14+ state : ' closed'
You can’t perform that action at this time.
0 commit comments