File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,10 @@ github:
6363 close_issue : " Re: [I] {title} ({repository})"
6464 catchall : " [GH] {title} ({repository})"
6565 new_discussion : " [D] {title} ({repository})"
66- edit_discussion : " Re: [D] {title} ({repository})"
6766 close_discussion : " Re: [D] {title} ({repository})"
6867 close_discussion_with_comment : " Re: [D] {title} ({repository})"
6968 reopen_discussion : " Re: [D] {title} ({repository})"
7069 new_comment_discussion : " Re: [D] {title} ({repository})"
71- edit_comment_discussion : " Re: [D] {title} ({repository})"
72- delete_comment_discussion : " Re: [D] {title} ({repository})"
7370
7471 # remove ~ when enabling the protection
7572 protected_branches : ~
Original file line number Diff line number Diff line change 3939 with :
4040 java-version : 17
4141 - name : Cache Maven packages
42- uses : actions/cache@v2
42+ uses : actions/cache@v4
4343 with :
4444 path : ~/.m2/repository
4545 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments