We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dd841 commit 6b9739bCopy full SHA for 6b9739b
.github/workflows/auto-approve.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
auto-approve:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
9
steps:
10
- uses: hmarr/[email protected]
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@v5
13
env:
0 commit comments