Skip to content

Blog page from scratch #17

Blog page from scratch

Blog page from scratch #17

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: "Your input will have response in 24 hours by maintainer"
pr-message: "Your contribution will be worthful for community, Stay Awesome"