File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
themes/delphi/layouts/_default Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555 name : blog
5656 path : |
5757 ./content/blog
58- ./static/blog
58+ ./static/blog
Original file line number Diff line number Diff line change 3232 base : main
3333 title : Release ${{ steps.version.outputs.next_tag }}
3434 labels : chore
35- # reviewers:
35+ # reviewers:
3636 assignees : melange396
3737 body : |
3838 Releasing ${{ steps.version.outputs.next_tag }}.
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ permissions:
77jobs :
88 dependabot :
99 runs-on : ubuntu-latest
10- env :
11- GH_TOKEN : ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
10+ env :
11+ GH_TOKEN : ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1212 if : ${{ github.actor == 'dependabot[bot]' }}
1313 steps :
1414 - name : Assign team to PR
1515 run : gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
1616 env :
17- PR_URL : ${{github.event.pull_request.html_url}}
17+ PR_URL : ${{github.event.pull_request.html_url}}
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22<!-- Default base template. Other templates define the "main" portion in this template -->
33< html lang ="{{ $.Site.LanguageCode | default "en " }}">
44 < head >
You can’t perform that action at this time.
0 commit comments