Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore(renovate): fix renovate automerge (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Jun 27, 2022
1 parent 22ddd44 commit 544cee2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/renovate-delegate.yaml
@@ -0,0 +1,19 @@
# Merge using service account when renovate automerges
name: Renovatebot Bors Merge

on:
issue_comment:
types: [created]

jobs:
service-account-merge:
if: ${{ contains( github.event.comment.body, 'service-account merge') && github.event.issue.pull_request && github.actor == 'renovate[bot]' }}
name: Service Account Merge
runs-on: ubuntu-latest
steps:
- name: Merge Comment
uses: thollander/actions-comment-pull-request@v1
with:
message: bors r+
GITHUB_TOKEN: ${{ secrets.GH_SA_TOKEN }}
pr_number: ${{ github.event.issue.number }}

0 comments on commit 544cee2

Please sign in to comment.