Skip to content

Commit

Permalink
elimination
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Sep 8, 2023
1 parent 7b4927c commit f21c0ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check-for-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:

- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
title: [dependency] Update Node Exporter
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
committer: "GitHub <noreply@github.com>"
commit-message: Update Node Exporter
base: main
labels: dependencies
branch: fix/update-node-exporter
delete-branch: true
token: "${{ secrets.GH_BOT_ACCESS_TOKEN }}"
# with:
# title: [dependency] Update Node Exporter
# author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
# committer: "GitHub <noreply@github.com>"
# commit-message: Update Node Exporter
# base: main
# labels: dependencies
# branch: fix/update-node-exporter
# delete-branch: true
# token: "${{ secrets.GH_BOT_ACCESS_TOKEN }}"

0 comments on commit f21c0ea

Please sign in to comment.