mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
ci: revert first-interaction to v1 (#37639)
* ci: revert first-interaction to v1 * ci: retrigger PR review on synchronize
This commit is contained in:
7
.github/workflows/auto_pr_review.yaml
vendored
7
.github/workflows/auto_pr_review.yaml
vendored
@@ -36,12 +36,11 @@ jobs:
|
||||
|
||||
# Welcome comment
|
||||
- name: "First timers PR"
|
||||
uses: actions/first-interaction@v3
|
||||
uses: actions/first-interaction@v1
|
||||
if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot'
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue_message: ""
|
||||
pr_message: |
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pr-message: |
|
||||
<!-- _(run_id **${{ github.run_id }}**)_ -->
|
||||
Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:
|
||||
* Convert your PR to a draft unless it's ready to review
|
||||
|
||||
Reference in New Issue
Block a user