This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
chore(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 #126
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome | |
on: | |
pull_request: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
π @{{ author }} | |
Thanks for opening your first issue here! If you are reporting a bug, please make sure to include steps on how to reproduce it! :D | |
pr-message: | | |
π @{{ author }} | |
Thanks for opening this pull request! We will review it as soon as we can :3 | |
Please check out our contributing guidelines in the meantime. | |
# FIRST_PR_MERGED: | | |
# π @{{ author }} | |
# Congrats on getting your first pull request merged! We are proud of you :3 β€οΈ |