Skip to content

Commit

Permalink
Merge branch 'main' into opinionated-reconciler-logging-tracing-logic…
Browse files Browse the repository at this point in the history
…-fixes
  • Loading branch information
IfSentient authored Jan 3, 2025
2 parents 6661c8c + 62673a0 commit 01ee991
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:
- '**.go'
permissions:
contents: write
id-token: write
jobs:
update:
runs-on: "ubuntu-latest"
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
continue-on-error: true
steps:
- name: Retrieve GitHub App secrets
Expand Down Expand Up @@ -51,8 +52,8 @@ jobs:

- name: Configure Git
run: |
git config --local user.email "${APP_INSTALLATION_ID}+grafana-go-workspace-bot[bot]@users.noreply.github.com"
git config --local user.name "grafana-go-workspace-bot[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local --add --bool push.autoSetupRemote true
- name: Update workspace
Expand Down

0 comments on commit 01ee991

Please sign in to comment.