Added an assigne as a variable.
All checks were successful
Lint / pre-commit Linting (push) Successful in 45s
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 1m43s

This commit is contained in:
Philipp Horstenkamp 2024-05-24 02:20:23 +02:00
parent 7f0b32347e
commit 8309164978

View File

@ -53,5 +53,5 @@ jobs:
title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }} title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
body: Update to the pre-commit action. body: Update to the pre-commit action.
base_branch: ${{gitea.ref_name}} base_branch: ${{gitea.ref_name}}
assignees: Philipp assignees: ${{ vars.ASSIGNEES }}
reviewers: Philipp reviewers: ${{ vars.REVIEWERS }}