diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-05 13:36:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 13:36:07 +0530 |
commit | a2815ab374de45175e6a954d1695223b01972186 (patch) | |
tree | 2e0b312f9e5f52ac28b8d6709889901785d569bb /.github | |
parent | 67f55b799c142dbf3cc1ad37f2c3fd86fc50182e (diff) | |
download | vyos-1x-a2815ab374de45175e6a954d1695223b01972186.tar.gz vyos-1x-a2815ab374de45175e6a954d1695223b01972186.zip |
T6556: pull request target type update
Diffstat (limited to '.github')
-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 ad46ec452..58f8cff14 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,4 +1,4 @@ -name: Check for unused imports using Pylint +name: "Check for unused imports using Pylint" on: pull_request_target: branches: |