Skip to content

feat: Show/edit shepherd for IAB-stream documents#6498

Merged
rjsparks merged 2 commits into
ietf-tools:mainfrom
pselkirk:fix-4810
Oct 23, 2023
Merged

feat: Show/edit shepherd for IAB-stream documents#6498
rjsparks merged 2 commits into
ietf-tools:mainfrom
pselkirk:fix-4810

Conversation

@pselkirk

Copy link
Copy Markdown
Contributor

Fixes #4810

{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' or doc.stream_id == 'iab' %}
<tr>
<td></td>
<th scope="row">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the next line (L180) switch on stream_id to say "IAB Shepherd" for iab stream otherwise "Doc Shepherd" please

@codecov

codecov Bot commented Oct 20, 2023

Copy link
Copy Markdown

Codecov Report

Merging #6498 (fc81bf6) into main (f6a2d8c) will decrease coverage by 0.01%.
Report is 20 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6498      +/-   ##
==========================================
- Coverage   88.70%   88.70%   -0.01%     
==========================================
  Files         290      290              
  Lines       40440    40433       -7     
==========================================
- Hits        35874    35865       -9     
- Misses       4566     4568       +2     
Files Coverage Δ
ietf/doc/views_conflict_review.py 97.05% <100.00%> (-0.07%) ⬇️

... and 3 files with indirect coverage changes

@rjsparks
rjsparks merged commit a6a39a0 into ietf-tools:main Oct 23, 2023
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please add "IAB Shepherd" field for IAB-stream documents

2 participants