diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index 5fed9c2ed..561e4277b 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -55,4 +55,4 @@ jobs: name: blog path: | ./content/blog - ./static/blog \ No newline at end of file + ./static/blog diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index a94368bb6..9f0ae2566 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -32,7 +32,7 @@ jobs: base: main title: Release ${{ steps.version.outputs.next_tag }} labels: chore - # reviewers: + # reviewers: assignees: melange396 body: | Releasing ${{ steps.version.outputs.next_tag }}. diff --git a/.github/workflows/dependabot-assignments.yml b/.github/workflows/dependabot-assignments.yml index 97bbd061e..b511425f2 100644 --- a/.github/workflows/dependabot-assignments.yml +++ b/.github/workflows/dependabot-assignments.yml @@ -7,11 +7,11 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - env: - GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }} + env: + GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }} if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Assign team to PR run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers" env: - PR_URL: ${{github.event.pull_request.html_url}} \ No newline at end of file + PR_URL: ${{github.event.pull_request.html_url}} diff --git a/themes/delphi/layouts/_default/baseof.html b/themes/delphi/layouts/_default/baseof.html index 1d5a9a1eb..5f3ff173b 100644 --- a/themes/delphi/layouts/_default/baseof.html +++ b/themes/delphi/layouts/_default/baseof.html @@ -1,4 +1,4 @@ - +