Skip to content

Commit

Permalink
changes from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 committed Nov 7, 2023
1 parent d817b34 commit 897f2ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
name: blog
path: |
./content/blog
./static/blog
./static/blog
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-assignments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
PR_URL: ${{github.event.pull_request.html_url}}
2 changes: 1 addition & 1 deletion themes/delphi/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<!-- Default base template. Other templates define the "main" portion in this template -->
<html lang="{{ $.Site.LanguageCode | default "en" }}">
<head>
Expand Down

0 comments on commit 897f2ec

Please sign in to comment.