Skip to content

Commit 6604252

Browse files
authored
Update dependabot-prs.yml
1 parent bb2c5c0 commit 6604252

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependabot-prs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33
name: Dependabot auto-merge
4-
on: pull_request
4+
on:
5+
pull_request:
6+
branches: [ main ]
57
permissions:
68
pull-requests: write
79
contents: write
810
jobs:
911
dependabot:
1012
runs-on: ubuntu-latest
1113
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'charlietle/opentelemetry-demo'
14+
needs: [build_images, markdownlint, yamllint, misspell, markdownlinkcheck, sanity, checklicense]
1215
steps:
1316
- name: Dependabot metadata
1417
id: dependabot-metadata

0 commit comments

Comments
 (0)