Skip to content

Commit

Permalink
workflow to keep our contributors up to date (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 28, 2023
1 parent 5987ed0 commit 5574fe9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/add-contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Add contributors
on:
schedule:
- cron: '20 20 * * *'
# push:
# branches:
# - master

jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: '### Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: './CONTRIBUTING.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ We use eslint and black to enforce style. `make lint` should fix most style prob
* Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
* Limit the first line to 72 characters or less
* Reference issues and pull requests liberally after the first line
* When only changing documentation, include `[ci skip]` in the commit title.
* When only changing documentation, include `[ci skip]` in the commit title.



### Contributors

0 comments on commit 5574fe9

Please sign in to comment.