Skip to content

Commit

Permalink
chore: don't label release-please PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Jul 30, 2024
1 parent ad9f278 commit 49834f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
label-pr:
runs-on: ubuntu-latest
if: ${{ !contains( github.event.pull_request.labels.*.name, 'autorelease') }}
permissions:
pull-requests: write
steps:
Expand Down

0 comments on commit 49834f0

Please sign in to comment.