Skip to content

Re-add WebP artefacts #81

Re-add WebP artefacts

Re-add WebP artefacts #81

Workflow file for this run

name: Greet new users
on:
issues:
types: [ opened ]
pull_request_target:
types: [ opened ]
jobs:
greeting:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
**Thank you for submitting your first issue with us!** πŸŽ‰
Our response times may vary, but we'll get back to you as soon as we can!
Welcome aboard! πŸš€
pr-message: |
**Thank you for submitting your first pull request with us!** πŸŽ‰
Our response times may vary, but we'll get back to you as soon as we can!
To help us help you, please make sure you have ticked all the boxes in the pull request template.
Welcome aboard! πŸš€