8000 Removed unused imports · hnaderi/lepus@4796555 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Update scala3-compiler, scala3-library, ... to 3.3.5 #279

Update scala3-compiler, scala3-library, ... to 3.3.5

Update scala3-compiler, scala3-library, ... to 3.3.5 #279

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for submitting this issue and welcome!\nWe are glad that you are here and we appreciate your contributions."
pr-message: "Thank you for the contribution and welcome!\nWe are glad that you are here and we appreciate your contributions."
0