docs(plugins/activity): fix ref/create and ref/delete display (#872)
This commit is contained in:
@@ -132,8 +132,8 @@
|
|||||||
<li><code>push</code>: Push of commits</li>
|
<li><code>push</code>: Push of commits</li>
|
||||||
<li><code>issue</code>: Opening/Reopening/Closing of issues</li>
|
<li><code>issue</code>: Opening/Reopening/Closing of issues</li>
|
||||||
<li><code>pr</code>: Opening/Closing of pull requests</li>
|
<li><code>pr</code>: Opening/Closing of pull requests</li>
|
||||||
<li>`ref/create: Creation of git tags or git branches</li>
|
<li><code>ref/create</code>: Creation of git tags or git branches</li>
|
||||||
<li>`ref/delete: Deletion of git tags or git branches</li>
|
<li><code>ref/delete</code>: Deletion of git tags or git branches</li>
|
||||||
<li><code>release</code>: Publication of new releases</li>
|
<li><code>release</code>: Publication of new releases</li>
|
||||||
<li><code>review</code>: Review of pull requests</li>
|
<li><code>review</code>: Review of pull requests</li>
|
||||||
<li><code>comment</code>: Comments on commits, issues and pull requests</li>
|
<li><code>comment</code>: Comments on commits, issues and pull requests</li>
|
||||||
|
|||||||
@@ -82,8 +82,8 @@ inputs:
|
|||||||
- `push`: Push of commits
|
- `push`: Push of commits
|
||||||
- `issue`: Opening/Reopening/Closing of issues
|
- `issue`: Opening/Reopening/Closing of issues
|
||||||
- `pr`: Opening/Closing of pull requests
|
- `pr`: Opening/Closing of pull requests
|
||||||
- `ref/create: Creation of git tags or git branches
|
- `ref/create`: Creation of git tags or git branches
|
||||||
- `ref/delete: Deletion of git tags or git branches
|
- `ref/delete`: Deletion of git tags or git branches
|
||||||
- `release`: Publication of new releases
|
- `release`: Publication of new releases
|
||||||
- `review`: Review of pull requests
|
- `review`: Review of pull requests
|
||||||
- `comment`: Comments on commits, issues and pull requests
|
- `comment`: Comments on commits, issues and pull requests
|
||||||
|
|||||||
Reference in New Issue
Block a user