name: Greetings on: [pull_request, issues] jobs: greeting: runs-on: ubuntu-latest # permissions: # issues: write # pull-requests: write steps: - name: Checkout code uses: actions/checkout@v4 with: github-server-url: ${{ vars.GIT_SERVER_URL }} - uses: actions/first-interaction@main with: repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} issue-message: "We appreciate you pointing us to the problem, and as soon as time allows, we will look into it. Thank you!" pr-message: "We appreciate you creating your first pull request and look forward to reviewing your future contributions."