Skip to content

Update Scala CLI to 1.5.1 (was 1.5.0) & Coursier to 2.1.13 (was 2.1.1… #876

Update Scala CLI to 1.5.1 (was 1.5.0) & Coursier to 2.1.13 (was 2.1.1…

Update Scala CLI to 1.5.1 (was 1.5.0) & Coursier to 2.1.13 (was 2.1.1… #876

Workflow file for this run

name: Add to backporting project
on:
push:
branches:
- main
jobs:
add-to-backporting-project:
if: "!contains(github.event.push.head_commit.message, '[Next only]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/[email protected]
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
env:
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}