This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Bump @playwright/test from 1.32.1 to 1.47.1 #328
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "Hey! Thanks for opening a new issue on Otter, I really appreciate it. Please ensure that your issue follows the template as this will help me prioritize the issue." | |
pr-message: "Oh wow, thanks for you time and work! I will do my best to take a look at this PR as soon as possible." |