Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
skduncan committed Oct 21, 2024
1 parent ba3c50a commit 9779eb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-actions-check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: Check for Semver label
run: |
PR_NUMBER=$(git log -1 --pretty=%B | grep -oP '#\K\d+')
echo "Here is the PR Number: $PR_NUMBER"
LABELS=$(jq -r '.pull_request.labels[].name' "$GITHUB_EVENT_PATH")
SEMVER_PATTERN="^(major|minor|patch)$"
Expand Down

0 comments on commit 9779eb1

Please sign in to comment.