tzkhan / pr-update-action

GitHub Action that updates a pull request with information extracted from branch name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to check if PR body has already been updated?

ssfxate opened this issue · comments

Hey, thank you for the great GH actions.

I want to avoid extra times of body update by this actions.
How can I check if the PR body already has the body-template text or the PR body has updated status?

I'd check for a generated comment and then conditionally update the pr title if it doesn't exist: