Skip to content

Commit

Permalink
try to change author
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 31, 2024
1 parent 1a4293e commit c7b79f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
body: Automated pull request to regenerate API docs for the Console controller.
commit-message: Update docs for Console controller
branch: docs-${{steps.date.outputs.date}}
labels: release
labels: documentation
base: update-docs # TODO main
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
- name: Auto-approve
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr review --approve "${{ steps.cpr.outputs.pull-request-number }}"
Expand Down

0 comments on commit c7b79f6

Please sign in to comment.