Skip to content

Commit dafaf04

Browse files
committed
Fix rebase error
modified: .github/workflows/create-dependabot-labels.yaml
1 parent 7a5a7b0 commit dafaf04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/create-dependabot-labels.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
issues: write # Needed to create labels via API
1515
steps:
1616
- name: Create labels for Dependabot PRs
17-
<<<<<<< HEAD
1817
uses: actions/github-script@v8
19-
=======
20-
uses: actions/github-script@v7
21-
>>>>>>> ec71cef (New template-syncing Action)
2218
with:
2319
script: |
2420
const labels = [

0 commit comments

Comments
 (0)