mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-02 18:50:17 -05:00
Add automatic trigger when contributor configs change
This commit is contained in:
8
.github/workflows/update-contributors.yml
vendored
8
.github/workflows/update-contributors.yml
vendored
@@ -3,6 +3,14 @@ name: '👥 Update Contributors'
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [dev, main]
|
||||
paths:
|
||||
- '.all-contributorsrc'
|
||||
- 'book/.all-contributorsrc'
|
||||
- 'tinytorch/.all-contributorsrc'
|
||||
- 'kits/.all-contributorsrc'
|
||||
- 'labs/.all-contributorsrc'
|
||||
|
||||
# =============================================================================
|
||||
# CONTRIBUTOR UPDATE WORKFLOW
|
||||
|
||||
Reference in New Issue
Block a user