Skip to content

Greeting workflow is failing. #352

Greeting workflow is failing.

Greeting workflow is failing. #352

Workflow file for this run

name: Greetings
on:
fork:
push:
branches: [master]
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_target:
types: [opened]
pull_request_review_comment:
types: [created]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! :smile: :tada:
pr-message: >
Congratulations on opening your first pull request! The code maintainer will get back to you as soon as possible. In the meantime, please make sure you've updated the documentation to reflect your changes and have added test automation as needed. Thanks! :smile: :tada: