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:
107
107
type : str
108
108
default : " {{ copyright_year | default('%Y' | strftime) }}"
109
109
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:
65
65
- -data author_family_name=" Last" \
66
66
- -data author_email=
" [email protected] " \
67
67
- -data review_team=" @first-last/developers" \
68
- - -data github_board_number=22 \
69
- - -data dependabot_pr_assignee=" mango90"
68
+ - -data github_board_number=22
70
69
# Run checks in the generated test Python package
71
70
cd $test_dir
72
71
git add .
@@ -100,8 +99,7 @@ test is_seedcase_project:
100
99
- -data author_family_name=" Last" \
101
100
- -data author_email=
" [email protected] " \
102
101
- -data review_team=" @first-last/developers" \
103
- - -data github_board_number=22 \
104
- - -data dependabot_pr_assignee=" mango90"
102
+ - -data github_board_number=22
105
103
106
104
# Clean up any leftover and temporary build files
107
105
cleanup :
Original file line number Diff line number Diff line change 8
8
commit-message :
9
9
prefix : build
10
10
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