Skip to content

Commit

Permalink
Update dependabot-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe authored Oct 26, 2024
1 parent bb2c5c0 commit 6604252
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependabot-prs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
branches: [ main ]

Check failure on line 6 in .github/workflows/dependabot-prs.yml

View workflow job for this annotation

GitHub Actions / yamllint

6:7 [indentation] wrong indentation: expected 4 but found 6
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'charlietle/opentelemetry-demo'
needs: [build_images, markdownlint, yamllint, misspell, markdownlinkcheck, sanity, checklicense]
steps:
- name: Dependabot metadata
id: dependabot-metadata
Expand Down

0 comments on commit 6604252

Please sign in to comment.