Skip to content

Commit 22215b1

Browse files
Merge pull request #242 from scala-exercises/auto-update-workflows-docs
Update actions, documentation templates and configuration files to v0.10.0
2 parents cee97f7 + 0f1710a commit 22215b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
- name: Checkout project (main)
2424
if: github.event_name == 'push'
2525
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 }}
3126
- name: Setup Scala
3227
uses: olafurpg/setup-scala@v10
3328
- name: Setup Ruby

0 commit comments

Comments
 (0)