diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 13:30:50 +0530 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-06 15:56:18 +0000 |
commit | 9553a9dfab53ea574cd8ae1184558a5c39f65b33 (patch) | |
tree | 0ac5582e4ea9c6f6f2de47912d460b33263f931f /.github/workflows/check-unused-imports.yml | |
parent | 260f6d9365b4e40084fa28ba43dd5e35c4288640 (diff) | |
download | vyos-1x-mergify/bp/circinus/pr-3949.tar.gz vyos-1x-mergify/bp/circinus/pr-3949.zip |
T6637: py files filter added for unused import checkmergify/bp/circinus/pr-3949
(cherry picked from commit b67786df8067deb34f66e8a5c2bba66745b8445e)
# Conflicts:
# .github/workflows/check-unused-imports.yml
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index e1f4df11d..b536e138e 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,13 +1,17 @@ name: Check for unused imports using Pylint on: - pull_request_target: + pull_request: branches: +<<<<<<< HEAD - circinus paths: - '**' - '!.github/**' - '!**/*.md' workflow_dispatch: +======= + - current +>>>>>>> b67786df8 (T6637: py files filter added for unused import check) permissions: pull-requests: write |