I added two ways of reversing strings , but I was contemplating on adding the queue method #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: greeter | |
on: [pull_request] | |
jobs: | |
job-greeter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Greeter" | |
uses: JJ/pr-greeting-action@releases/v0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: "Well done @${{ github.actor }} on creating your first pull request on this repo! Our maintainers will review this soon. In the mean time don't forget to give us a star :star:" |