Skip to content

Commit

Permalink
fixup! Fix: PR checklist should mention unchaining steps (#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed May 19, 2023
1 parent 499dd31 commit bca5c5f
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions .github/pull_request_template.md.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,26 +603,19 @@ def main():
'type': 'h2',
'content': 'Operator (chain shortening)'
},
{
'type': 'cli',
'content': 'Changed the target branch of the blocked PR to `develop`',
'alt': 'or this PR is not labeled `base`'
},
{
'type': 'cli',
'content': 'Removed the `chained` label from the blocked PR',
'alt': 'or this PR is not labeled `base`'
},
{
'type': 'cli',
'content': 'Removed the blocking relationship from the blocked PR',
'alt': 'or this PR is not labeled `base`'
},
{
'type': 'cli',
'content': 'Removed the `base` label from this PR',
'alt': 'or this PR is not labeled `base`'
},
*[
{
'type': 'cli',
'content': content,
'alt': 'or this PR is not labeled `base`'
}
for content in [
'Changed the target branch of the blocked PR to `develop`',
'Removed the `chained` label from the blocked PR',
'Removed the blocking relationship from the blocked PR',
'Removed the `base` label from this PR'
]
]
]),
{
'type': 'h2',
Expand Down

0 comments on commit bca5c5f

Please sign in to comment.