Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Sep 1, 2023
1 parent 13b7d98 commit 13db56a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get_data_lint_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: update file and author data, validate and update internal links
commit-message: "[Bot] On merge to dev, File and author data updated, validated and updated internal links, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file"
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
branch: file-author-data-lint
delete-branch: true
title: "[BOT] Update file and author data, validate and update internal links, md format, file/dir presence check, h1 presence check"
title: "[BOT] Lints file structure, file contents, gets author data"
body: |
- On merge to dev, File and author data updated, validated and updated internal links, formatted md content, checked precense of file and dirs, checked presence of h1 in every file
- On merge to dev, File and author data updated, validated and updated internal links, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file
labels: |
autogenerated
reviewers: smk762, gcharang
Expand Down

0 comments on commit 13db56a

Please sign in to comment.