Skip to content

Commit 5b74afe

Browse files
authored
Add project auto add workflow (#2534)
1 parent 5bc0968 commit 5b74afe

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)