chore: update amp-embedded-infra-lib hash to ca31705a21937ceb07a654d8828eb8f982f468e1 #1492
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: Social Interaction | |
on: [pull_request, issues] | |
permissions: | |
contents: read | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
if: ${{ github.actor != 'dependabot[bot]' }} | |
steps: | |
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Thank you for adding your first issue. We will be looking into it as soon as possible." | |
pr-message: "Thanks for your first PR. We really appreciate it!" |