Skip to content

Moving files from MePo MediaPortal-1 and TitanExtended #10

Moving files from MePo MediaPortal-1 and TitanExtended

Moving files from MePo MediaPortal-1 and TitanExtended #10

name: Workflow / Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Hello @${{ github.actor }}, thank you for submitting an issue! 🚀
pr-message: >
Hello @${{ github.actor }}, thank you for submitting a PR!
We will respond as soon as possible.