Skip to content

[Feat]: ADD dark mode feature #570

[Feat]: ADD dark mode feature

[Feat]: ADD dark mode feature #570

Workflow file for this run

# .github/workflows/greetings.yml
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.TOKEN }}
issue-message: "Congratulations! Your first ever issue with us in this repository has been created. Please wait while it gets assigned to you."