Skip to content

fix: 🐛 (#380) small fix related to remote file mode changes #620

fix: 🐛 (#380) small fix related to remote file mode changes

fix: 🐛 (#380) small fix related to remote file mode changes #620

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! Thank you for your contribution!''Happy coding! :rocket:'
pr-message: 'hi! Thank you for your contribution!''Happy coding! :rocket:'