diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..54664dd --- /dev/null +++ b/.github/workflows/contributors.yml @@ -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 diff --git a/README.md b/README.md index e3e51ac..070236f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +For inspiration I recommend look to exists extensions. + +## Contributors