[PoC] API docs refactoring: Use one time generated docstrings.h as the primary source for adding and extracting the docstrings #166
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: 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 | |