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

Commit

Permalink
fix: typo (VF-3507) (#53)
Browse files Browse the repository at this point in the history
* feat(renovate): use service account to merge renovate automerge prs with bors

* chore: test renovate mereg strategy

* chore: test renovate mereg strategy

* chore: test renovate merge strategy

* chore: test renovate merge strategy

* chore: test renovate merge strategy

* chore: test renovate merge strategy

* chore: pass pr number

* fix: fix typo
  • Loading branch information
Xavientois committed Jun 24, 2022
1 parent 637b476 commit 079f5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-delegate.yaml
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Merge Comment
uses: thollander/actions-comment-pull-request@v1
with:
message: bors merge
message: bors r+
GITHUB_TOKEN: ${{ secrets.GH_SA_TOKEN }}
pr_number: ${{ github.event.issue.number }}
2 changes: 1 addition & 1 deletion renovate.json
@@ -1,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>voiceflow/renovate-config:integrations"],
"automergeComment": "serice-account merge"
"automergeComment": "service-account merge"
}

0 comments on commit 079f5c0

Please sign in to comment.