Skip to content

Compress the HTML content #5

Compress the HTML content

Compress the HTML content #5

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Thank you for creating your first issue in this repository. Let's work together on it."
pr-message: "Thank you for creating your first pull request, happy to work with you on this project"