Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Update README.md

Update README.md #13

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It''s great having you contribute to this project</h1> Thank you for raising an <strong>Issue</strong> and welcome to the community :nerd_face:'
pr-message: '<h1>It''s great having you contribute to this project</h1> Thank you for creating a <strong>Pull Request</strong> and welcome to the community :nerd_face:'
footer: 'Join our <a href="https://discord.com/invite/Vs87cBBU">Discord</a> and <a href="https://github.com/Dijkstra-Edu/.github">GitHub</a> Organisation'