Skip to content

Commit ab59e84

Browse files
committed
refactor: ♻️ do not template PR assignee
1 parent 431f2a4 commit ab59e84

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

copier.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,3 @@ copyright_year:
107107
type: str
108108
default: "{{ copyright_year | default('%Y' | strftime) }}"
109109
when: false
110-
111-
dependabot_pr_assignee:
112-
type: str
113-
help: "What is the GitHub username of the person to assign to PRs opened by dependabot?"

justfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ test is_seedcase_project:
6565
--data author_family_name="Last" \
6666
--data author_email="[email protected]" \
6767
--data review_team="@first-last/developers" \
68-
--data github_board_number=22 \
69-
--data dependabot_pr_assignee="mango90"
68+
--data github_board_number=22
7069
# Run checks in the generated test Python package
7170
cd $test_dir
7271
git add .
@@ -100,8 +99,7 @@ test is_seedcase_project:
10099
--data author_family_name="Last" \
101100
--data author_email="[email protected]" \
102101
--data review_team="@first-last/developers" \
103-
--data github_board_number=22 \
104-
--data dependabot_pr_assignee="mango90"
102+
--data github_board_number=22
105103

106104
# Clean up any leftover and temporary build files
107105
cleanup:

template/.github/dependabot.yml.jinja renamed to template/.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ updates:
88
commit-message:
99
prefix: build
1010
include: scope
11-
{%- if dependabot_pr_assignee %}
12-
assignees:
13-
- "{{ dependabot_pr_assignee }}"
14-
{% endif %}

0 commit comments

Comments
 (0)