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 55
55
name : blog
56
56
path : |
57
57
./content/blog
58
- ./static/blog
58
+ ./static/blog
Original file line number Diff line number Diff line change 32
32
base : main
33
33
title : Release ${{ steps.version.outputs.next_tag }}
34
34
labels : chore
35
- # reviewers:
35
+ # reviewers:
36
36
assignees : melange396
37
37
body : |
38
38
Releasing ${{ steps.version.outputs.next_tag }}.
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ permissions:
7
7
jobs :
8
8
dependabot :
9
9
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 }}
12
12
if : ${{ github.actor == 'dependabot[bot]' }}
13
13
steps :
14
14
- name : Assign team to PR
15
15
run : gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
16
16
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>
2
2
<!-- Default base template. Other templates define the "main" portion in this template -->
3
3
< html lang ="{{ $.Site.LanguageCode | default "en " }}">
4
4
< head >
You can’t perform that action at this time.
0 commit comments