Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/vanguard-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(github.event.label.name == 'ready for vanguard review' &&
github.event.pull_request.draft == false &&
github.event.pull_request.user.login == 'SebaBoler')
contains(fromJSON('["SebaBoler","pawelkrystkiewicz"]'), github.event.pull_request.user.login) &&
contains(fromJSON('["SebaBoler","pawelkrystkiewicz"]'), github.event.sender.login))
runs-on: ubuntu-latest
timeout-minutes: 30
env:
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
run: node dist/cli/index.js doctor-prs --github-repo "$GITHUB_REPOSITORY" --label "ready for vanguard review" --repo "$GITHUB_WORKSPACE"

- name: Review labeled PRs
run: node dist/cli/index.js watch-prs --once --github-repo "$GITHUB_REPOSITORY" --label "ready for vanguard review" --reviewing-label "vanguard:reviewing" --reviewed-label "vanguard:reviewed" --author SebaBoler --repo "$GITHUB_WORKSPACE" --llm-proxy
run: node dist/cli/index.js watch-prs --once --github-repo "$GITHUB_REPOSITORY" --label "ready for vanguard review" --reviewing-label "vanguard:reviewing" --reviewed-label "vanguard:reviewed" --repo "$GITHUB_WORKSPACE" --llm-proxy