File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff 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?"
Original file line number Diff line number Diff 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
107105cleanup :
Original file line number Diff line number Diff line change 88 commit-message :
99 prefix : build
1010 include : scope
11- {% - if dependabot_pr_assignee %}
12- assignees:
13- - "{{ dependabot_pr_assignee }}"
14- {% endif %}
You can’t perform that action at this time.
0 commit comments