You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a workflow that wants to create an issue if it doesn't exist, but not to update an existing issue that may be edited by someone else.
I propose that update_existing=null behaves as today, update_existing=true behaves as today, but update_existing=false skips updating an existing value. Open to other suggestions, happy to PR.
The text was updated successfully, but these errors were encountered:
I have a workflow that wants to create an issue if it doesn't exist, but not to update an existing issue that may be edited by someone else.
I propose that
update_existing=null
behaves as today,update_existing=true
behaves as today, butupdate_existing=false
skips updating an existing value. Open to other suggestions, happy to PR.The text was updated successfully, but these errors were encountered: