Skip to content

Commit ded483f

Browse files
committed
comment
1 parent 403c445 commit ded483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/comment-resolved-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
--jq '[.[] | select(.mergedAt > "$TAG_DATE") | .number]'
3434
)
3535
36-
# Find all issue number from PRs merged from the last release tag date
36+
# Find all issue number from PRs merged into release branch
3737
ISSUE_NUMBERS=""
3838
for pr_number in $(echo "$ALL_PRS" | jq -r '.[]'); do
3939

0 commit comments

Comments
 (0)