This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 60e85c4d3 yamllint enable `document-start` rule checking (#2585)
60e85c4d3 is described below

commit 60e85c4d3aa1979e0ba526440c038a83c52504a2
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 4 08:35:12 2026 +1000

    yamllint enable `document-start` rule checking (#2585)
    
    Co-authored-by: Lenny Primak <[email protected]>
---
 .asf.yaml                                        | 2 ++
 .github/ISSUE_TEMPLATE/bug_report.yml            | 1 +
 .github/ISSUE_TEMPLATE/documentation_related.yml | 1 +
 .github/ISSUE_TEMPLATE/enhancement_request.yml   | 1 +
 .github/ISSUE_TEMPLATE/feature_request.yml       | 1 +
 .github/ISSUE_TEMPLATE/question.yml              | 1 +
 .github/dependabot.yml                           | 1 +
 .github/labeler.yml                              | 1 +
 .github/linters/.markdown-lint.yml               | 1 +
 .github/workflows/codeql.yml                     | 2 ++
 .github/workflows/dependency-review.yml          | 1 +
 .github/workflows/labeler.yml                    | 1 +
 .github/workflows/maven.yml                      | 1 +
 .github/workflows/pre-commit.yml                 | 1 +
 .github/workflows/scorecards.yml                 | 1 +
 .github/workflows/stale.yml                      | 1 +
 .pre-commit-config.yaml                          | 1 +
 jitpack.yml                                      | 1 +
 18 files changed, 20 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 419997d54..c5fd82b2b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
+---
 github:
   description: "Apache Shiro"
   homepage: https://shiro.apache.org/
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
index e4f9fe2f7..ffadd5158 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+---
 name: Bug report
 title: "[Bug] Bug title "
 description: If something isn't working as expected.
diff --git a/.github/ISSUE_TEMPLATE/documentation_related.yml 
b/.github/ISSUE_TEMPLATE/documentation_related.yml
index ffa2f87c9..9d4efb651 100644
--- a/.github/ISSUE_TEMPLATE/documentation_related.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_related.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+---
 name: Documentation Related
 title: "[Doc] Documentation Related "
 description: I find some issues related to the documentation.
diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml 
b/.github/ISSUE_TEMPLATE/enhancement_request.yml
index 641f56fdb..5e9c25315 100644
--- a/.github/ISSUE_TEMPLATE/enhancement_request.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+---
 name: Enhancement Request
 title: "[Enhancement] Enhancement title"
 description: I want to suggest an enhancement for this project
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml 
b/.github/ISSUE_TEMPLATE/feature_request.yml
index fadc50340..14b90c9c9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+---
 name: Feature Request
 title: "[Feature] Feature title "
 description: I want to suggest a feature for this project.
diff --git a/.github/ISSUE_TEMPLATE/question.yml 
b/.github/ISSUE_TEMPLATE/question.yml
index 330960bf9..b1f77defa 100644
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ b/.github/ISSUE_TEMPLATE/question.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+---
 name: Question
 title: "[Question] Question title "
 description: I have a question that isn't answered in docs or issue.
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6c20ea588..0e6ec4a46 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 version: 2
 updates:
   # Dependencies for Maven
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 91df5dec1..7bddf833c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 # https://github.com/actions/labeler
 github_actions:
   - any:
diff --git a/.github/linters/.markdown-lint.yml 
b/.github/linters/.markdown-lint.yml
index a75287a66..9ce854648 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 # MD013/line-length Line length
 MD013:
   line_length: 180
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 4f051b52a..7ed1a23f9 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -26,6 +26,8 @@
 # the `language` matrix defined below to confirm you have the correct set of
 # supported CodeQL languages.
 #
+
+---
 name: "CodeQL"
 
 on:
diff --git a/.github/workflows/dependency-review.yml 
b/.github/workflows/dependency-review.yml
index bad3624ec..e9bc62067 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 name: 'Dependency Review'
 on: [pull_request]
 
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 8f0879011..409407800 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 # https://github.com/actions/labeler
 name: Pull Request Labeler
 on:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 22ec206de..153ff1e16 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 name: Maven CI
 
 permissions:
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 9d852539d..b86803454 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 name: pre-commit
 
 on: [pull_request]
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index fe00dafda..604bbe899 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 name: Scorecards supply-chain security
 on:
   # Only the default branch is supported.
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 02b3884b1..12e859512 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 name: Maven CI
 
 permissions:
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 46d62a2ad..5d98171da 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,6 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+
 ---
 default_stages: [pre-commit, pre-push]
 default_language_version:
diff --git a/jitpack.yml b/jitpack.yml
index 734ad8afc..a2135f968 100644
--- a/jitpack.yml
+++ b/jitpack.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+---
 jdk:
   - openjdk17
 before_install:

Reply via email to