Update GitHub bot rules to ignore changes to nested git/build files

This commit is contained in:
Yoann Rodière 2024-11-13 09:45:44 +01:00 committed by Steve Ebersole
parent 5028c2fb7d
commit b5b4693466
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ jira:
ignoreFiles:
# Git
- ".git*"
- "*/.git*"
- ".mailmap"
# Gradle
- "gradlew*"
@ -19,6 +20,7 @@ jira:
- "ci/"
- "databases/"
- "*.sh"
- "*.bat"
- "Jenkinsfile"
- "*/Jenkinsfile"
- "*.Jenkinsfile"
@ -37,6 +39,8 @@ jira:
- "release/"
- "rules/"
- "shared/"
- ".sdkmanrc"
- "*/.sdkmanrc"
develocity:
buildScan:
addCheck: true