From 803ffb0656239ded5f188ce9e324bb34c55044f5 Mon Sep 17 00:00:00 2001 From: RisingSunLight <85577959+RisingSunLight42@users.noreply.github.com> Date: Sat, 12 Feb 2022 17:11:43 +0100 Subject: [PATCH] docs(plugins/activity): fix `ref/create` and `ref/delete` display (#872) --- source/plugins/activity/README.md | 4 ++-- source/plugins/activity/metadata.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/plugins/activity/README.md b/source/plugins/activity/README.md index bc9837b2..b5c17acb 100644 --- a/source/plugins/activity/README.md +++ b/source/plugins/activity/README.md @@ -132,8 +132,8 @@
  • push: Push of commits
  • issue: Opening/Reopening/Closing of issues
  • pr: Opening/Closing of pull requests
  • -
  • `ref/create: Creation of git tags or git branches
  • -
  • `ref/delete: Deletion of git tags or git branches
  • +
  • ref/create: Creation of git tags or git branches
  • +
  • ref/delete: Deletion of git tags or git branches
  • release: Publication of new releases
  • review: Review of pull requests
  • comment: Comments on commits, issues and pull requests
  • diff --git a/source/plugins/activity/metadata.yml b/source/plugins/activity/metadata.yml index b98bbf5b..26ff14e5 100644 --- a/source/plugins/activity/metadata.yml +++ b/source/plugins/activity/metadata.yml @@ -82,8 +82,8 @@ inputs: - `push`: Push of commits - `issue`: Opening/Reopening/Closing of issues - `pr`: Opening/Closing of pull requests - - `ref/create: Creation of git tags or git branches - - `ref/delete: Deletion of git tags or git branches + - `ref/create`: Creation of git tags or git branches + - `ref/delete`: Deletion of git tags or git branches - `release`: Publication of new releases - `review`: Review of pull requests - `comment`: Comments on commits, issues and pull requests @@ -110,4 +110,4 @@ inputs: - fork - star - member - - public \ No newline at end of file + - public