Skip to content

Fix codacy issues

Fix codacy issues #51

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.'