Skip to content

Commit

Permalink
fix pr lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed May 31, 2023
1 parent 78df9ed commit 9dd90ed
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ permissions:
contents: read

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
title:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
Expand All @@ -28,14 +21,3 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which scopes are allowed.
scopes: |
testkube-cloud-api
testkube-cloud-ui
testkube-enterprise
various
deps
github
# Configure that a scope must always be provided.
requireScope: true

0 comments on commit 9dd90ed

Please sign in to comment.