generated from pandora/woodpecker-plugin.template
Create summary about activities in the organization.
- Lua 87.8%
- Dockerfile 6.9%
- Go 5.3%
|
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
Reviewed-on: #6 |
||
|---|---|---|
| lua | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| .markdownlint.json | ||
| .prettierrc | ||
| Containerfile | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
Organization report about activities
This plugin reads the previous day's activities from the owner organization and collect the following events:
- Issue creation
- Pull request creation
- Publish release
The plugin also collect some additional information about the activity. The
result is a JSON file which is uploaded as org-report generic package.
Usage
It can be run at cron event.
when:
- event: cron
cron: report
steps:
- name: Generate report
image: code.thinkaboutit.tech/pandora/report.woodpecker
settings:
token:
from_secret: report-token
Settings
| Name | Default value | Description |
|---|---|---|
| token* | Token that is used to fetch activities and upload package |
*It needs to have org:read, user:read, repo:write and package:write
access.