Skip to content

adding 'compress=y' flag to return compressed data #1144

adding 'compress=y' flag to return compressed data

adding 'compress=y' flag to return compressed data #1144

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: 'Thanks! Feedback is very much appreciated!'
pr-message: 'Well done! You have taken the first step into a larger world'