Skip to content

Commit

Permalink
chore: Only run if PR is not from a forked context (microsoft#4768)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Jun 4, 2024
1 parent 399a577 commit cfb9157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-auto-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
track_issue:
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand Down

0 comments on commit cfb9157

Please sign in to comment.