Skip to content

Commit dc4fb5a

Browse files
committed
Add workflow_call trigger and remove checkout fetch-depth
1 parent 1222087 commit dc4fb5a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/copilot-dependabot-update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Copilot Dependabot Automation
22

33
on:
4+
workflow_call:
45
pull_request:
56
types: [opened, synchronize, reopened]
67

@@ -11,8 +12,6 @@ jobs:
1112
steps:
1213
- name: Checkout repository
1314
uses: actions/checkout@v4
14-
with:
15-
fetch-depth: 0
1615

1716
- name: Fetch Dependabot metadata
1817
id: metadata

0 commit comments

Comments
 (0)