Skip to content

Refactor GitHub link handling in Header component for improved structure and mobile responsiveness #433

Refactor GitHub link handling in Header component for improved structure and mobile responsiveness

Refactor GitHub link handling in Header component for improved structure and mobile responsiveness #433

Workflow file for this run

name: Greetings
on:
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Greet contributor
uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
pr_message: "Thank you for your pull request! 🎉 We’ll review it shortly."
issue_message: "Thanks for opening an issue! Our team will check it soon."