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.
2 parents 0827546 + 132721e commit 2d11d4cCopy full SHA for 2d11d4c
.github/workflows/cla.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
check:
8
runs-on: ubuntu-latest
9
+ if: github.event.pull_request.user.login != 'dependabot'
10
steps:
11
- name: Verify CLA
12
uses: scala/cla-checker@v1
.github/workflows/lts-backport.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- uses: coursier/cache-action@v6
19
- - uses: VirtusLab/scala-cli-setup@v1.8.0
+ - uses: VirtusLab/scala-cli-setup@v1.8.1
20
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
21
env:
22
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}
0 commit comments