Skip to content

Commit 1531acd

Browse files
Merge branch '6.3.x'
2 parents 548e1c3 + 9791801 commit 1531acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mark-duplicate-dependabot-prs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
- name: Find PRs
2323
id: find_duplicates
2424
env:
25-
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
2625
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
run: |
28-
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")')
27+
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "${{ steps.extract.outputs.dependency_name }}"' --json number --jq 'map(.number) | join(",")')
2928
echo "prs=$PRS" >> $GITHUB_OUTPUT
3029
3130
- name: Label Duplicate PRs

0 commit comments

Comments
 (0)