Skip to content

Make the About Us and Projects Section Responsive #559

Make the About Us and Projects Section Responsive

Make the About Us and Projects Section Responsive #559

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."