Skip to content

Commit

Permalink
Merge pull request #63 from dhellmann/new-action-release-notes
Browse files Browse the repository at this point in the history
add release notes for new actions
  • Loading branch information
dhellmann committed Dec 21, 2020
2 parents cf4785f + 6858ee5 commit c620180
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ regular expression ``notify-.*@disqus.net``.
action:
name: delete
.. _config-flag-action:
.. _config-unflag-action:

Flag and Unflag
---------------

Expand All @@ -447,6 +450,9 @@ The ``unflag`` action unsets the flag of a message.
action:
name: unflag
.. _config-mark-read-action:
.. _config-mark-unread-action:

Read and Unread
---------------

Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/flag-and-unflag-c3964dee9b68fb83.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Add `flag` and `unflag` actions. See :ref:`config-flag-action` for details.
4 changes: 4 additions & 0 deletions releasenotes/notes/mark-read-and-unread-ed5ad2793142eeae.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Add `mark_read` and `mark_unread` actions. See :ref:`config-mark-read-action` for details.

0 comments on commit c620180

Please sign in to comment.