Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
> a link to it. Either:
>
> None
> https://github.com/netmod-wg/yang-xml/designs/\<filename\>
> https://github.com/netmod-wg/yang-xml/designs/<filename>


## Additional Information
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen_index_html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for branch in $SORTED; do

# the "Pull Request" column
if [ $branch = "main" ]; then
echo " <td class=\"bg\">N/A, since this is the \"main\" branch (last updated by <a href=\"https://github.com/netmod-wg/yang-xml/pull/$NUMBER\">#$NUMBER: $TITLE</a>).</td>" >> index.html
echo " <td class=\"bg\">N/A, since this is the \"main\" branch</td>" >> index.html
else
echo " <td class=\"bg\"><a href=\"https://github.com/netmod-wg/yang-xml/pull/$NUMBER\">#$NUMBER: $TITLE</a></td>" >> index.html
fi
Expand Down