Skip to content

Commit

Permalink
Update auto-label-issues.yml
Browse files Browse the repository at this point in the history
Continue to add logging to determine why the labels aren't adding. 

v3
  • Loading branch information
HammerGS authored Oct 18, 2024
1 parent c2519d2 commit da63585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
labels=""
;;
esac
echo "::debug::Labels to be applied: $labels"
if [[ -n "$labels" ]]; then
echo "::debug::Applying labels: $labels"
if gh issue edit ${{ github.event.issue.number }} --add-label "$labels"; then
Expand Down

0 comments on commit da63585

Please sign in to comment.