Skip to content

Commit

Permalink
pre-emptive debug
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlbw committed Jun 6, 2024
1 parent 3a80bd9 commit 35000cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
PR_ID: ${{ github.event.pull_request.number }}
run: |
labels="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PR_ID --jq '.labels.[].name')"
echo $labels
if [[ $labels != *"skip changelog"* ]]; then
echo "needs entry"
echo "needs_entry=true" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 35000cb

Please sign in to comment.