Skip to content

Create a Docker

Create a Docker #8

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi! Thanks for pointing out an issue/suggestion for the first time to Logicytics 🤗 We hope it goes as smoothly as possible."
pr-message: "Hi! Thanks for contibuting for the first time to Logicytics 🤗 We hope it goes as smoothly as possible and appreciate your valuable contribution."