Skip to content

comment postgres_integration test #41

comment postgres_integration test

comment postgres_integration test #41

Workflow file for this run

name: Welcome New Contributors
on:
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Greet new contributor
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to the project! Thank you for your contribution! Please make sure to follow the contribution guidelines."
pr-message: "Thanks for your pull request! Our team will review it shortly."