Skip to content

Responsive Design

Responsive Design #606

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