Skip to content

Commit

Permalink
[Add] list contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Dec 23, 2024
1 parent 7ac5a91 commit d858f9c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Generate contributors

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
pull_request:
types: [opened, synchronize, edited]
push:
branches:
- master
- main
- develop
- feature/**
- release/**
- test/**
- bugfix/**

jobs:
update-contributors:
uses: gouef/github-lib-template/.github/workflows/shared_contributors.yml@main
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ You can write your own extension, Diago is ready for it!

You must use interface [DiagoExtension](/diagoExtension.go).

For inspiration I recommend look to exists extensions.
For inspiration I recommend look to exists extensions.

## Contributors

0 comments on commit d858f9c

Please sign in to comment.