Skip to content

Commit

Permalink
Merge pull request #4694 from hansva/main
Browse files Browse the repository at this point in the history
update github action cache, fixes #4693 & remove some GitHub Discussions mails #4695
  • Loading branch information
hansva authored Dec 11, 2024
2 parents 2a0fc29 + 54dce37 commit 19263a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ github:
close_issue: "Re: [I] {title} ({repository})"
catchall: "[GH] {title} ({repository})"
new_discussion: "[D] {title} ({repository})"
edit_discussion: "Re: [D] {title} ({repository})"
close_discussion: "Re: [D] {title} ({repository})"
close_discussion_with_comment: "Re: [D] {title} ({repository})"
reopen_discussion: "Re: [D] {title} ({repository})"
new_comment_discussion: "Re: [D] {title} ({repository})"
edit_comment_discussion: "Re: [D] {title} ({repository})"
delete_comment_discussion: "Re: [D] {title} ({repository})"

#remove ~ when enabling the protection
protected_branches: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
java-version: 17
- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 19263a5

Please sign in to comment.