Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update renovate-pr-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jul 21, 2022
1 parent bcdf0a6 commit 52b99cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/renovate-pr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
- name: Process change pr base & add reviewer
run: |
cat ../pr_urls.txt | xargs -L1 gh pr edit -B dep-update/${{ steps.date.outputs.date }} --add-reviewer ${{ github.event.sender.login }}
cat ../pr_urls.txt | xargs -L1 gh pr edit -B dep-update/${{ steps.date.outputs.date }} || true
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 52b99cc

Please sign in to comment.