Skip to content

[Feature] Add dark/light theme toggle to dashboard #3

[Feature] Add dark/light theme toggle to dashboard

[Feature] Add dark/light theme toggle to dashboard #3

Workflow file for this run

name: Welcome New Contributors
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Thanks for opening your first issue! 🐡
The NemoFish team will take a look soon. In the meantime, check out our [CONTRIBUTING guide](https://github.com/ASGCompute/NemoFish/blob/main/CONTRIBUTING.md).
pr-message: |
Thanks for your first PR! 🎉
We'll review it as soon as possible. Welcome to the NemoFish swarm!