Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit d54978a

Browse files
authored
chore(renovate): fix renovate automerge (#53)
1 parent ab72dd6 commit d54978a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Merge using service account when renovate automerges
2+
name: Renovatebot Bors Merge
3+
4+
on:
5+
issue_comment:
6+
types: [created]
7+
8+
jobs:
9+
service-account-merge:
10+
if: ${{ contains( github.event.comment.body, 'service-account merge') && github.event.issue.pull_request && github.actor == 'renovate[bot]' }}
11+
name: Service Account Merge
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Merge Comment
15+
uses: thollander/actions-comment-pull-request@v1
16+
with:
17+
message: bors r+
18+
GITHUB_TOKEN: ${{ secrets.GH_SA_TOKEN }}
19+
pr_number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)