Skip to content

haskell.nix integration #2135

haskell.nix integration

haskell.nix integration #2135

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: 'Thank you for submitting an issue! It means a lot that you took the time -- it helps us be better πŸ™'
pr-message: "Thank you for submitting a PR πŸŽ‰ It's very appreciated!"