From ac0557896014f4d0c7f0e1cea55344a94892f2fb Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Wed, 11 Dec 2024 09:34:00 +0100 Subject: [PATCH 1/2] update github action cache, fixes #4693 --- .github/workflows/pr_build_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_build_code.yml b/.github/workflows/pr_build_code.yml index d152e8fe44e..56ff3e2bc06 100644 --- a/.github/workflows/pr_build_code.yml +++ b/.github/workflows/pr_build_code.yml @@ -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') }} From 54dce3734cac7851d960c5dbc64bf8b773e4272a Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Wed, 11 Dec 2024 09:38:19 +0100 Subject: [PATCH 2/2] remove some of the github discussions mails., fixes #4695 --- .asf.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b49836750cc..96a2bf4c032 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -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: ~