Skip to content

Bump Scala CLI to v1.10.0 (was v1.9.1) and Coursier to v2.1.25-M19 (w… #1839

Bump Scala CLI to v1.10.0 (was v1.9.1) and Coursier to v2.1.25-M19 (w…

Bump Scala CLI to v1.10.0 (was v1.9.1) and Coursier to v2.1.25-M19 (w… #1839

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]') &&
github.repository == 'scala/scala3'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: coursier/cache-action@v7
- uses: VirtusLab/[email protected]
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
env:
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}