Skip to content

Commit

Permalink
chore: echo $url
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 21, 2023
1 parent 671b17e commit 74a4803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/label-add-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74a4803

Please sign in to comment.