Skip to content

Commit

Permalink
docs: add contributor section
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jun 26, 2023
1 parent 6f30855 commit 3b5cc0c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/auto-update-contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: auto-update-contributors
on:
schedule:
- cron: 30 1 * * *
workflow_call:
workflow_dispatch:

permissions:
pull-requests: write
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@098389139f2fabed92e52606268941dbff381edb # renovate: tag=v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
use_username: true
collaborators: all
# To Use This Place This Section In Readme

# # Put this in README.md
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,14 @@ if err != nil {

fmt.Print("the SSH public key is", secret.Data["public"])
```

## Contributors

<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

0 comments on commit 3b5cc0c

Please sign in to comment.