summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-05 20:24:14 +0200
committerGitHub <noreply@github.com>2024-07-05 20:24:14 +0200
commita967d32c128a03b0ae1b49a008b6637c4be2e1ef (patch)
tree2e0b312f9e5f52ac28b8d6709889901785d569bb /.github/workflows/check-unused-imports.yml
parent2b6820126d4891d5f7d2c53b66ba08468fe82f55 (diff)
parenta2815ab374de45175e6a954d1695223b01972186 (diff)
downloadvyos-1x-a967d32c128a03b0ae1b49a008b6637c4be2e1ef.tar.gz
vyos-1x-a967d32c128a03b0ae1b49a008b6637c4be2e1ef.zip
Merge pull request #3787 from vyos/T6556-trigger-branches-cleanup-equuleus
T6556: permission update for unused import check
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r--.github/workflows/check-unused-imports.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index e5e49e20a..58f8cff14 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -1,11 +1,12 @@
-name: Check for unused imports using Pylint
+name: "Check for unused imports using Pylint"
on:
- pull_request:
+ pull_request_target:
branches:
- equuleus
workflow_dispatch:
permissions:
+ pull-requests: write
contents: read
jobs: