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: ~ 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') }}