We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4aaa4 commit 3c0e11dCopy full SHA for 3c0e11d
2 files changed
.github/workflows/prevent-file-change.yml
@@ -10,4 +10,5 @@ jobs:
10
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.2
11
permissions:
12
pull-requests: write
13
- secrets: inherit
+ secrets:
14
+ token: ${{ secrets.GITHUB_TOKEN }}
.markdownlint-cli2.yaml
@@ -3,5 +3,6 @@ config:
3
line-length: false # MD013
4
no-duplicate-heading: false # MD024
5
reference-links-images: false # MD052
6
+ no-multiple-blanks: false # MD012 CHANGELOG.md
7
ignores:
8
- .github/copilot-instructions.md
0 commit comments