summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
diff options
context:
space:
mode:
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: