Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

docs: explain project move #54

docs: explain project move

docs: explain project move #54

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '🥳 Thank you for opening your first issue for @coderspirit/lambda-ioc ! 😀'
pr-message: '🥳 Thank you for your first PR on @coderspirit/lambda-ioc ! 😀'