Skip to content

fix7

fix7 #13

Workflow file for this run

name: comment
on:
# pull_request_review:
# types: [submitted, edited]
issue_comment:
types: [created]
jobs:
comment-echo:
if: ${{ contains(github.event.comment.body, 'RTFT') }}
runs-on: ubuntu-latest
steps:
- run: echo "comment job"