Skip to content

Improving the alignment and placement of social media icons in Social Media Section of User Settings #447

Improving the alignment and placement of social media icons in Social Media Section of User Settings

Improving the alignment and placement of social media icons in Social Media Section of User Settings #447

Workflow file for this run

name: Greetings
on: [pull_request, 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: "Hello 👋🏻 @${{ github.actor }}! Thankyou for creating an issue!"
pr-message: " Thank you @${{ github.actor }} for creating your first pull request. It will be reviewed soon"