Skip to content

Commit c06543d

Browse files
Merge branch '5.8.x' into 6.2.x
2 parents fb05419 + e92a945 commit c06543d

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)