Skip to content

App won't open.

App won't open. #7

Workflow file for this run

name: Greetings
on: [pull_request, 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 joining! Please make sure you checked the existing issues and consider to contriubute to the repo if you have a solution'
pr-message: 'Thanks for your contribution, it will be reviewed shortly. Your work is very much appreciated!'