Skip to content

Commit 3c0e11d

Browse files
authored
chore(ci): Ignore some "errors" in the changelog (#844)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent cc4aaa4 commit 3c0e11d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prevent-file-change.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jobs:
1010
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.2
1111
permissions:
1212
pull-requests: write
13-
secrets: inherit
13+
secrets:
14+
token: ${{ secrets.GITHUB_TOKEN }}

.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ config:
33
line-length: false # MD013
44
no-duplicate-heading: false # MD024
55
reference-links-images: false # MD052
6+
no-multiple-blanks: false # MD012 CHANGELOG.md
67
ignores:
78
- .github/copilot-instructions.md

0 commit comments

Comments
 (0)