Bump eslint-plugin-react-compiler from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215 #1007
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: "Thank you for showing your interest to improve AHQ Store App!" | |
pr-message: "Thank you for making a request to improve our App!" |