Skip to content

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.1 #2164

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.1

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.1 #2164

Workflow file for this run

name: Backport PR Creator
on:
pull_request_target:
types:
- closed
- labeled
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: "grafana/grafana-github-actions"
path: ./actions
# Pin the version to before https://github.com/grafana/grafana-github-actions/pull/113 because
# to avoid the strict rules for PR labels.
ref: d284afd314ca3625c23595e9f62b52d215ead7ce
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run backport
uses: ./actions/backport
with:
token: ${{secrets.GITHUB_TOKEN}}
labelsToAdd: "backport"
title: "[{{base}}] {{originalTitle}}"