We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996e6b8 commit 81f704fCopy full SHA for 81f704f
.github/workflows/auto-add-labels.yml
@@ -22,6 +22,8 @@ jobs:
22
contents: read
23
pull-requests: write
24
runs-on: ubuntu-latest
25
+ # Only run for PRs from the main repository (skip forks like Dependabot)
26
+ if: github.event.pull_request.head.repo.full_name == github.repository
27
steps:
28
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
29
with:
0 commit comments