diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2026-05-27 18:42:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 18:42:48 +0530 |
| commit | 916808972833651b735c615210774abff9a941dd (patch) | |
| tree | d05401b3bbaa9c4dc15f6ed24027644b9684d0fa | |
| parent | 74f4c4e7d22b69a6a772f00ee8605aa29c3bc719 (diff) | |
| download | vyos-1x-916808972833651b735c615210774abff9a941dd.tar.gz vyos-1x-916808972833651b735c615210774abff9a941dd.zip | |
T8929: fixed auto review commits
| -rw-r--r-- | .github/workflows/pr-auto-close.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml index f02bb498c..df19c449d 100644 --- a/.github/workflows/pr-auto-close.yml +++ b/.github/workflows/pr-auto-close.yml @@ -4,6 +4,7 @@ on: pull_request_target: types: - opened + - reopened branches: - circinus - sagitta @@ -18,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'vyos' steps: - - uses: superbrothers/close-pull-request@v3 + - uses: superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448 #v3 with: comment: "Pull requests to this branch are not accepted and have been closed automatically." github_token: ${{ github.token }} |
