Skip to content

Commit

Permalink
fix: use raboneko user for backports (#1044) (#1046)
Browse files Browse the repository at this point in the history
(cherry picked from commit 70d15c7)

# Conflicts:
#	.github/workflows/sync.yml
  • Loading branch information
lleyton authored Apr 4, 2024
1 parent f2e27d1 commit ca80757
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Automatic backport/sync action

on:
pull_request_target:
types: ["labeled", "closed"]

jobs:
backport:
name: Backport/sync PR
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sorenlouv/[email protected]
with:
github_token: ${{ secrets.RABONEKO_BACKPORT_GITHUB_TOKEN }}
auto_backport_label_prefix: sync-

- name: Info log
if: ${{ success() }}
run: cat ~/.backport/backport.info.log

- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log

0 comments on commit ca80757

Please sign in to comment.