find-comments #131
Unanswered
DO-Test-Projects
asked this question in
Q&A
Replies: 1 comment
-
direction defaults to ascending order, only when - name: Find comments
uses: actions-cool/issues-helper@v3
with:
actions: 'find-comments'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: 1
comment-auth: 'k'
body-includes: 'this'
direction: 'desc' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How is "direction" supposed to be used in GitHub Actions "find-comment"? Can Someone Give me an example? (with desc preferably?)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions