diff --git a/.github/workflows/pr-modification.yaml b/.github/workflows/pr-modification.yaml index ea7ad448fbcd..2165548dbce8 100644 --- a/.github/workflows/pr-modification.yaml +++ b/.github/workflows/pr-modification.yaml @@ -31,7 +31,10 @@ jobs: name: Get recent PRs run: | echo "out<> $GITHUB_OUTPUT - gh pr list -R ${{ github.repository }} --json number,title,url --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:dependabot" >> $GITHUB_OUTPUT + gh pr list \ + --repo ${{ github.repository }} \ + --json number,title,url \ + --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:app/dependabot -author:app/renovate" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - name: Show outputs env: