Skip to content

Fix quiz page

Fix quiz page #112

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}}, <br>Thank you for opening an issue. :partying_face: <br>To get assigned to this particular issue please wait for <b>maintainers</b><br><i> Check this <a href="https://github.com/Feminine-Divine/periodo/blob/master/.github/CONTRIBUTING.md">guide</a> before contributing.'
pr-message: '<h1> :partying_face: Congratulations :tada: </h1>:pray:Thank you @${{github.actor}} for taking out your time and contributing to our project. Our team will now review this and if everything looks good it will be merged.'