Skip to content

Bump actions/checkout from 4 to 5 #36

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #36

Workflow file for this run

---
name: πŸ‘‹ Welcome message
on:
fork:
issues:
types: [opened]
issue_comment:
types: [created]
pull_request_target:
types: [opened]
pull_request_review_comment:
types: [created]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EddieHubCommunity/gh-action-community/src/welcome@8a3d837a9a0d90f22a0d42f5722cf3d10da477cd
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "<h3>Thank you for your feedback on this project! </h3> We will endeavour to get back to you soon."
pr-message: "<h3>Thank you for contributing to this project! </h3> Your support is much appreciated. We will endeavour to get back to you soon."
footer: " Z-Shell Community <a href=https://github.com/orgs/z-shell/discussions>Discussions</a>"