forked from mdn/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(husky): force to update moved file links (mdn#31269)
- Loading branch information
1 parent
c74ebe7
commit 034bed2
Showing
4 changed files
with
49 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,12 @@ jobs: | |
yarn content fix-flaws | ||
yarn fix:md | ||
yarn fix:fm | ||
node scripts/update-moved-file-links.js | ||
- name: Create PR with only fixable issues | ||
if: success() | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
commit-message: "chore: auto-fix Markdownlint, Prettier, front-matter, redirects issues" | ||
commit-message: "chore: auto-fix Markdownlint, Prettier, and front-matter issues" | ||
branch: markdownlint-auto-cleanup | ||
title: "fix: auto-cleanup by bot" | ||
author: mdn-bot <[email protected]> | ||
|
@@ -49,7 +48,7 @@ jobs: | |
if: failure() | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
commit-message: "chore: auto-fix Markdownlint issues" | ||
commit-message: "chore: auto-fix Markdownlint, Prettier, and front-matter issues" | ||
branch: markdownlint-auto-cleanup | ||
title: "fix: auto-cleanup by bot" | ||
author: mdn-bot <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters