docs(plugins): add github-app-token and github-comment plugins to repository (#5671)

This commit is contained in:
Tristan Smagghe
2025-10-23 12:27:48 +02:00
committed by GitHub
parent f9380cdf01
commit 438a2a94fe

View File

@@ -289,6 +289,16 @@
"name": "SonarQube",
"docs": "https://raw.githubusercontent.com/j04n-f/woodpecker-sonar-plugin/refs/heads/main/docs.md",
"verified": false
},
{
"name": "Github App Tokens",
"docs": "https://raw.githubusercontent.com/yyewolf/woodpecker-plugins/refs/heads/main/github-app-token/docs.md",
"verified": false
},
{
"name": "Github Comment",
"docs": "https://raw.githubusercontent.com/yyewolf/woodpecker-plugins/refs/heads/main/github-comment/docs.md",
"verified": false
}
]
}