Skip to content

Commit

Permalink
Ignore JIRA checks for commits targeting only build-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 31, 2023
1 parent 8d654f4 commit 89ef907
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/hibernate-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,31 @@ jira:
ignore:
# See the `build-dependencies` group in the Dependabot's configuration file
- user: dependabot[bot]
titlePattern: "Bump the build-dependencies group with \\d+ updates?"
titlePattern: "Bump the build-dependencies group with \\d+ updates?"
ignoreFiles:
# Git
- ".git*"
- ".mailmap"
# Maven
- "mvnw*"
- ".mvn/"
# CI
- ".github/"
- "ci/"
- "Jenkinsfile"
- "*/Jenkinsfile"
- "*.Jenkinsfile"
- "*.sh"
# In-repo documentation
- "copyright.txt"
- "README.md"
- "MAINTAINERS.md"
- "CONTRIBUTING.md"
# Misc. build files
- "build/config/"
- "build/configuration-properties-collector/"
- "build/container/"
- "build/enforcer/"
- "build/jqassistant/"
- "build/reports/"
- "build/script/"

0 comments on commit 89ef907

Please sign in to comment.