Skip to content

Commit

Permalink
fixup! fixup! [headerssetter] Extend headerssetter with header actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovrus committed Jan 3, 2023
1 parent a3379b7 commit 4aa7237
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .chloggen/add-actions-to-headerssetter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ issues: [16581, 7596]
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
Update the existing headers setter configuration with `action: insert`.
Update the existing headers setter configuration:
- `insert`: Inserts the new header if it does not exist.
- `update`: Updates the header value if it exists.
- `upsert`: Inserts a header if it does not exist and updates the header
if it exists.
- `delete`: Deletes the header.

0 comments on commit 4aa7237

Please sign in to comment.