Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tag_name: "${{ steps.drafter.outputs.tag_name }}" # Expose from step
steps:
# yamllint disable-line rule:line-length
- uses: "release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5" # Pinned to v6.1.0 commit SHA
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.1.0 commit SHA

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): The pinned version comment likely no longer matches the actual Release Drafter version.

Consider updating the inline comment to reflect v6.2.0 (or removing the explicit version) so it remains accurate and avoids confusion during future upgrades or debugging.

Suggested change
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.1.0 commit SHA
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.2.0 commit SHA

id: drafter # Add ID to access outputs
with:
config-name: "release-drafter.yml" # Explicitly point to your config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
# yamllint disable-line rule:line-length
- uses: "release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5" # v6.1.0
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # v6.2.0
with:
config-name: "release-drafter.yml" # Your existing config
env:
Expand Down
Loading