mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
18 lines
522 B
YAML
18 lines
522 B
YAML
---
|
|
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! 🙌"
|