Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5b4693

Browse files
yrodieresebersole
authored andcommittedNov 13, 2024·
Update GitHub bot rules to ignore changes to nested git/build files
1 parent 5028c2f commit b5b4693

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/hibernate-github-bot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jira:
55
ignoreFiles:
66
# Git
77
- ".git*"
8+
- "*/.git*"
89
- ".mailmap"
910
# Gradle
1011
- "gradlew*"
@@ -19,6 +20,7 @@ jira:
1920
- "ci/"
2021
- "databases/"
2122
- "*.sh"
23+
- "*.bat"
2224
- "Jenkinsfile"
2325
- "*/Jenkinsfile"
2426
- "*.Jenkinsfile"
@@ -37,6 +39,8 @@ jira:
3739
- "release/"
3840
- "rules/"
3941
- "shared/"
42+
- ".sdkmanrc"
43+
- "*/.sdkmanrc"
4044
develocity:
4145
buildScan:
4246
addCheck: true

0 commit comments

Comments
 (0)
Please sign in to comment.