diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-02-06 19:43:12 +0100 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-02-06 19:43:12 +0100 |
commit | 2c4f9bc79feb58bd2380c720327a00cb6c3f8b41 (patch) | |
tree | 2926cd1072477326d51ea007abab98e8c4f1df48 /scripts | |
parent | 6ddc692c9d02fc4a7c75fb444ea52a601f731fd1 (diff) |
scripts/periupport_conv: add assignee template
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/periupport_conv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/periupport_conv b/scripts/periupport_conv index 97d914e..9ee84fa 100755 --- a/scripts/periupport_conv +++ b/scripts/periupport_conv @@ -46,6 +46,7 @@ gawk -v dst="$DST" -v cmd="$uuid_cmd" ' print "team: TBD" >> F print "key: " uuid >> F print "status: New" >> F + print "assignee: TBD" >> F print "" >> F print "relationships:\n" >> F |