File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Add new encoding
2+ description : Propose a new encoding to be added
3+ title : " Add new encoding: [codec]"
4+ labels : ["enhancement"]
5+ body :
6+ - type : textarea
7+ id : description
8+ attributes :
9+ label : Description
10+ description : Describe the encoding, its purpose, and how it works
11+ placeholder : Provide a clear and concise description
12+ validations :
13+ required : true
14+ - type : input
15+ id : reference
16+ attributes :
17+ label : Reference
18+ description : Provide a reference URL for the encoding
19+ placeholder : https://
20+ validations :
21+ required : false
Original file line number Diff line number Diff line change 9393 uses : ad-m/github-push-action@master
9494 with :
9595 github_token : ${{ secrets.GITHUB_TOKEN }}
96- branch : ${{ github.ref }}
96+ branch : main
9797 deploy :
9898 runs-on : ubuntu-latest
9999 needs : [prepare, coverage]
You can’t perform that action at this time.
0 commit comments