Skip to content

Commit

Permalink
Add UDAs in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 29, 2018
1 parent 4c5cedf commit efce865
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bugwarrior/docs/services/github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ included. To turn this off, set::
github.include_user_repos = False

If you happen to be working with a large number of projects, you
may want to pull issues from only a subset of your repositories. To
may want to pull issues from only a subset of your repositories. To
do that, you can use the ``github.include_repos`` option.

For example, if you would like to only pull-in issues from
Expand All @@ -60,7 +60,7 @@ this line to your service configuration::

Alternatively, if you have a particularly noisy repository, you can
instead choose to import all issues excepting it using the
``github.exclude_repos`` configuration option.
``github.exclude_repos`` configuration option.

In this example, ``noisy_repository`` is the repository you would
*not* like issues created for::
Expand Down Expand Up @@ -153,6 +153,8 @@ Provided UDA Fields
+---------------------+---------------------+---------------------+
| ``githubcreatedon`` | Created | Date & Time |
+---------------------+---------------------+---------------------+
| ``githubclosedon`` | Closed | Date & Time |
+---------------------+---------------------+---------------------+
| ``githubmilestone`` | Milestone | Text (string) |
+---------------------+---------------------+---------------------+
| ``githubnumber`` | Issue/PR # | Numeric |
Expand All @@ -171,3 +173,5 @@ Provided UDA Fields
+---------------------+---------------------+---------------------+
| ``githubnamespace`` | project namespace | Text (string) |
+---------------------+---------------------+---------------------+
| ``githubstate`` | Issue/PR state | Text (string) |
+---------------------+---------------------+---------------------+

0 comments on commit efce865

Please sign in to comment.