Skip to content

Include Python native docstrings on the API docs website #171

Include Python native docstrings on the API docs website

Include Python native docstrings on the API docs website #171

Workflow file for this run

name: pull request comment
on:
issue_comment:
types: [created, edited, deleted]
# on:
# issue_comment:
# types: [created, edited, deleted]
# branches: [ develop ]
jobs:
job01:
if: contains(github.event.comment.body, '/test') # check if the comments come from pull request, exclude those from issue.
runs-on: [ubuntu-latest]
steps:
- name: say hello
run: |
echo say hello