We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0cdd1 commit f1802beCopy full SHA for f1802be
.github/workflows/mark-duplicate-dependabot-prs.yml
@@ -25,6 +25,7 @@ jobs:
25
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
+ echo "Running command: gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")'"
29
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")')
30
echo "prs=$PRS" >> $GITHUB_OUTPUT
31
0 commit comments