Skip to content

Commit

Permalink
Merge pull request #553 from grafana/jdb/2024-01-install-backport-wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
jdbaldry authored Jan 17, 2024
2 parents 4dc761c + db1639c commit 06a0246
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Backport PR creator
on:
pull_request_target:
types:
- closed
- labeled

jobs:
main:
if: github.repository == 'grafana/beyla'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
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:
token: ${{ secret.GITHUB_TOKEN }}
labelsToAdd: backport
title: "[{{base}}] {{originalTitle}}"

0 comments on commit 06a0246

Please sign in to comment.