Set default value to commiter and reviewer #16

Merged
Philipp merged 2 commits from philipp-patch-1 into main 2024-05-24 02:24:18 +02:00
Showing only changes of commit 8309164978 - Show all commits

View File

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