We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fe11c commit 4823b83Copy full SHA for 4823b83
3 files changed
.github/workflows/auto-approve.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
auto-approve:
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
9
steps:
10
- uses: hmarr/auto-approve-action@v4.0.0
11
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
ciJvms:
strategy:
fail-fast: false
matrix:
@@ -23,7 +23,7 @@ jobs:
23
run: ./sbt ci
24
25
ci:
26
27
needs: [ ciJvms ]
28
29
- name: Aggregate of lint, and all tests
.github/workflows/release-drafter.yml
@@ -7,7 +7,7 @@ on:
update_release_draft:
12
- uses: release-drafter/release-drafter@v6
13
env:
0 commit comments