Skip to content

Issue 2: Enhance the Drawing Feature with Offline Support and More Tools #6

Issue 2: Enhance the Drawing Feature with Offline Support and More Tools

Issue 2: Enhance the Drawing Feature with Offline Support and More Tools #6

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: "Thanks for informing this issue, our team will look into it ASAP!"
pr-message: "Welldone, Thanks for Contributing!"