diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-10 01:22:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-10 01:22:40 +0530 |
commit | 9c442f51569f1cb9de552973ba7cec19248692c4 (patch) | |
tree | 9d25e81554cf6df6f1f0c436b350e9709931bb07 | |
parent | be27b8932161b403dfad2551ce791059ff1f3925 (diff) | |
download | vyos-1x-9c442f51569f1cb9de552973ba7cec19248692c4.tar.gz vyos-1x-9c442f51569f1cb9de552973ba7cec19248692c4.zip |
T6637: add pr commenting back in un-used import check
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 9fca5add6..d6dd61483 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,6 +1,6 @@ name: Check for unused imports using Pylint on: - pull_request: + pull_request_target: branches: - current |