Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jun 9, 2023
1 parent ec67731 commit 44dd51f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/pulls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pulls

on:
pull_request:
types: [closed]

jobs:
release:
runs-on: ubuntu-latest
name: pulls

steps:
- uses: radcortez/milestone-set-action@main
name: milestone set
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ public static <T, E extends EE, TT extends T, EE extends Exception> ExceptionCon
* @param <E> the exception type
* @param <TT> the restricted parameter type
* @param <EE> the relaxed exception type
* @param predicate a predicate
* @param consumer a consumer
* @return a functionally equivalent predicate
*/
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 44dd51f

Please sign in to comment.