Skip to content

[PoC] API docs refactoring: Use one time generated docstrings.h as the primary source for adding and extracting the docstrings #152

[PoC] API docs refactoring: Use one time generated docstrings.h as the primary source for adding and extracting the docstrings

[PoC] API docs refactoring: Use one time generated docstrings.h as the primary source for adding and extracting the docstrings #152

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