summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2026-05-27 18:33:55 +0530
committerGitHub <noreply@github.com>2026-05-27 18:33:55 +0530
commit4d7c1d15882de95dad1844faeb5750d443386fe0 (patch)
treeda07ee8af59a51606d0aad509fd79d2f5eb16025 /.github/workflows
parent5ae08f7bc902d56351ad9d0cf6eaf3a2b8ee4bce (diff)
downloadvyos-1x-4d7c1d15882de95dad1844faeb5750d443386fe0.tar.gz
vyos-1x-4d7c1d15882de95dad1844faeb5750d443386fe0.zip
T8929: added org restriction
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-auto-close.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml
index c61f0e713..0c0072e9a 100644
--- a/.github/workflows/pr-auto-close.yml
+++ b/.github/workflows/pr-auto-close.yml
@@ -16,6 +16,7 @@ permissions:
jobs:
run:
runs-on: ubuntu-latest
+ if: github.repository_owner == 'vyos'
steps:
- uses: superbrothers/close-pull-request@v3
with: