Skip to content

Fixed navbar scroll, faqs animation, footer links and their respective styles. #15

Fixed navbar scroll, faqs animation, footer links and their respective styles.

Fixed navbar scroll, faqs animation, footer links and their respective styles. #15

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: "Congrats You've successfully raised your first issue"
pr-message: "Congrats you've succesfully made your first Pull Request "