Skip to content

Commit

Permalink
Labels field is required for release issue to close previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
mal20k committed Jan 1, 2025
1 parent f17397d commit 6fca04c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ReleaseIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:

# Repo code checkout required if `template` is used
# - name: Checkout
# uses: actions/checkout@v4

# Get current month for issue title
- name: get-date
id: date
Expand All @@ -32,6 +28,7 @@ jobs:
with:
pinned: true
close-previous: true
labels: ${{ steps.extract.outputs.labels }}
title: "RELEASE THREAD: ${{ steps.date.outputs.date }}"
body: ${{ steps.extract.outputs.body }}
env:
Expand Down

0 comments on commit 6fca04c

Please sign in to comment.