Skip to content

Add master 1.20.6 things to 1.20.6 branch #5

Add master 1.20.6 things to 1.20.6 branch

Add master 1.20.6 things to 1.20.6 branch #5

Workflow file for this run

# Automatically welcome new contributors on their first issue and pull request.
# This helps create a welcoming environment and encourages continued contributions.
name: first-interaction
on: [issues, pull_request]
jobs:
welcome:
runs-on: ubuntu-22.04
steps:
- name: First interaction
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for opening your first issue! We appreciate your contribution."
pr-message: "Thank you for your first pull request! We will review it soon."