Skip to content

Just password generation for internal users and login for external users #2517

Just password generation for internal users and login for external users

Just password generation for internal users and login for external users #2517

Workflow file for this run

name: Greetings
on: [pull_request, issues]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.'
issue-message: |
Hello @${{ github.actor }}, thanks for contributing to the Password Pusher community! We will respond as soon as possible.