Skip to content

Hello from the SL Mobile Team (and how would you like us to give you our patches?) #64

Hello from the SL Mobile Team (and how would you like us to give you our patches?)

Hello from the SL Mobile Team (and how would you like us to give you our patches?) #64

Workflow file for this run

name: Greetings
on: [pull_request, 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 taking the time to improve LibreMetaverse! We will review your contribution shortly.'
pr-message: 'Thank you for taking the time to improve LibreMetaverse! We will review your contribution shortly.'