Skip to content

Feature/style manifest v0.1 #407

Feature/style manifest v0.1

Feature/style manifest v0.1 #407

Workflow file for this run

name: Greet first-time contributors
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to CASE, thank you for adding your first issue !'
pr-message: 'Welcome to CASE, thank you for adding your first PR !'