Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira Auto Linking + Dependabot Config Update #701

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
autolink_jira:
- OPENNLP
custom_subjects:
new_pr: "[PR] {title} ({repository})"
close_pr: "Re: [PR] {title} ({repository})"
Expand All @@ -38,3 +40,9 @@ github:
- textprocessing
- compling

notifications:
commits: commits@opennlp.apache.org
issues: dev@opennlp.apache.org
pullrequests_status: dev@opennlp.apache.org
pullrequests_comment: dev@opennlp.apache.org
jira_options: link worklog
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: "com.puppycrawl.tools:*"
update-types: [ "version-update:semver-major" ]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- dependency-name: "io.github.classgraph:*"
update-types: [ "version-update:semver-minor" ]

Expand Down