Skip to content

Commit

Permalink
validate existing contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 8, 2024
1 parent d449917 commit 72c6666
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/contributing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Contributing

on:
pull_request:
branches:
- main
- new_data_models # TODO: remove after we merge new_data_models into main

jobs:
validate-existing-contributors:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor # TODO: set to @main
with:
prod-branch: ${{ github.ref_name }} # TODO: set to main after we merge new_data_models into main

0 comments on commit 72c6666

Please sign in to comment.