diff --git a/.forgejo/workflows/auto-update-pr.yaml b/.forgejo/workflows/auto-update-pr.yaml index 457d9e1..da742e7 100644 --- a/.forgejo/workflows/auto-update-pr.yaml +++ b/.forgejo/workflows/auto-update-pr.yaml @@ -71,6 +71,7 @@ jobs: "title": "chore: weekly flake update", "body": "Automated flake update from CI.\n\nThis PR updates all flake inputs.", "head": "${{ steps.commit.outputs.branch_name }}", - "base": "master" + "base": "master", + "assignees": "pazpi" }' \ "${{ forgejo.api_url }}/repos/${{ forgejo.repository }}/pulls"