Skip to content

Commit

Permalink
Merge pull request #3787 from vyos/T6556-trigger-branches-cleanup-equ…
Browse files Browse the repository at this point in the history
…uleus

T6556: permission update for unused import check
  • Loading branch information
c-po authored Jul 5, 2024
2 parents 2b68201 + a2815ab commit a967d32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a967d32

Please sign in to comment.