chore(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security] (release-2.9.x) - abandoned #19274
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Backport PR Creator | |
on: | |
pull_request_target: | |
types: | |
- closed | |
- labeled | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions | |
uses: actions/checkout@v3 | |
with: | |
repository: "grafana/grafana-github-actions" | |
path: ./actions | |
ref: main | |
- name: Install Actions | |
run: npm install --production --prefix ./actions | |
- name: Run backport | |
uses: ./actions/backport | |
with: | |
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}} | |
token: ${{secrets.GH_BOT_ACCESS_TOKEN}} | |
labelsToAdd: "backport" | |
title: "chore: [{{base}}] {{originalTitle}}" |