Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #481

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #481

Workflow file for this run

---
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: "Thanks for opening this Issue! We really appreciate the feedback & testing from users like you!"
pr-message: "🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌"