From d858f9c32187ee29b6f1683812fea24b4a76f264 Mon Sep 17 00:00:00 2001 From: Jan Galek Date: Mon, 23 Dec 2024 10:37:51 +0100 Subject: [PATCH] [Add] list contributors --- .github/workflows/contributors.yml | 21 +++++++++++++++++++++ README.md | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/contributors.yml 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