diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-28 13:22:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 13:22:40 +0300 |
| commit | 64fba5e6ac5a9454bcae319aa3cfdc8fab8299c6 (patch) | |
| tree | 4ed449638cebce08dd76375ffbf26c751b75f3bf | |
| parent | c3f688653511881a2270d83cd0f098b45bfa7148 (diff) | |
| parent | 28a8a6a209f10020c70781753e525fd09bad6651 (diff) | |
| download | vyos-1x-sagitta-public-unmaintained.tar.gz vyos-1x-sagitta-public-unmaintained.zip | |
Merge pull request #5228 from vyos/feature/remove-pr-auto-close-sagittasagitta-public-unmaintained
T8782: remove redundant pr-auto-close.yml on sagitta
| -rw-r--r-- | .github/workflows/pr-auto-close.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml deleted file mode 100644 index 947108805..000000000 --- a/.github/workflows/pr-auto-close.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Auto-Close Pull Requests Sagitta - -on: - pull_request_target: - types: - - opened - branches: - - sagitta - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - # Optional. Post a issue comment just before closing a pull request. - comment: "Pull requests to this branch are not accepted and have been closed automatically." - github_token: ${{ secrets.PAT }} |
