diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-05 20:24:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 20:24:14 +0200 |
| commit | a967d32c128a03b0ae1b49a008b6637c4be2e1ef (patch) | |
| tree | 2e0b312f9e5f52ac28b8d6709889901785d569bb | |
| parent | 2b6820126d4891d5f7d2c53b66ba08468fe82f55 (diff) | |
| parent | a2815ab374de45175e6a954d1695223b01972186 (diff) | |
| download | vyos-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
| -rw-r--r-- | .github/workflows/check-unused-imports.yml | 5 |
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: |
