diff --git a/.github/workflows/label-add-conflict.yml b/.github/workflows/label-add-conflict.yml index 1437e4b075c5..b94404155b83 100644 --- a/.github/workflows/label-add-conflict.yml +++ b/.github/workflows/label-add-conflict.yml @@ -45,6 +45,8 @@ jobs: # CONFLICTING and no 'stale' label if [ "$mergeable" == "CONFLICTING" ] && [[ ! "$labels" == *"stale"* ]]; then + echo $url + # Add "stale" label gh pr edit $url --add-label "stale"