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 cee97f7 + 0f1710a commit 22215b1Copy full SHA for 22215b1
.github/workflows/ci.yml
@@ -23,11 +23,6 @@ jobs:
23
- name: Checkout project (main)
24
if: github.event_name == 'push'
25
uses: actions/checkout@v2
26
- - name: Label PR
27
- if: github.event_name == 'pull_request'
28
- uses: TimonVS/pr-labeler-action@v3
29
- env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- name: Setup Scala
32
uses: olafurpg/setup-scala@v10
33
- name: Setup Ruby
0 commit comments