Skip to content

Commit b547ee2

Browse files
authored
Merge branch 'dev' into kiota/v1.0/pipelinebuild/151773
2 parents bd045e0 + 5b74afe commit b547ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project-auto-add.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
types:
1010
- opened
1111
branches:
12-
- 'dev'
12+
- "dev"
1313

1414
jobs:
1515
track_issue:
16-
if: github.actor != 'dependabot[bot]'
16+
if: github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Generate token

0 commit comments

Comments
 (0)