| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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: 'Thanks for reporting this issue, we are on it :)' | |
| pr-message: 'Thanks for your pull request, we are on it :)' |
| Back | FazBrowse Home | New Git URL |