chore : minor text changes #32
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: Assign | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
one: | |
runs-on: ubuntu-latest | |
steps: | |
# .take in an issue comment. | |
- name: take an issue | |
uses: bdougie/take-action@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
message: Thanks for taking this issue! Let us know if you have any questions! | |
trigger: /assignme |