Skip to content

Commit

Permalink
ci(*): skip labeler on fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
samugi committed Feb 17, 2025
1 parent 840b9bd commit dfa83fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
labeler:
if: ${{ !github.event.pull_request.head.repo.fork }}
permissions:
contents: read
pull-requests: write
Expand Down

1 comment on commit dfa83fb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong-dev:dfa83fb2b1dc2b1b0b6f49baa284829e7f120c5d
Artifacts available https://github.com/Kong/kong/actions/runs/13375076554

Please sign in to comment.