Skip to content

chore: update amp-embedded-infra-lib hash to 2e1d898fdc5f835421c4311dc1e9e3012253a70b #1972

chore: update amp-embedded-infra-lib hash to 2e1d898fdc5f835421c4311dc1e9e3012253a70b

chore: update amp-embedded-infra-lib hash to 2e1d898fdc5f835421c4311dc1e9e3012253a70b #1972

---
name: Social Interaction
on:
pull_request:
types: [opened]
issues:
types: [opened]
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@1c4688942c71f71d4f5502a26ea67c331730fa4d
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!"