Skip to content

test open

test open #25

Workflow file for this run

name: Contributing
on:
push:
branches:
- new_contributor_validations # TODO: use main
pull_request:
branches:
- new_contributor_validations # TODO: use main
paths:
- 'CONTRIBUTING.md'
workflow_dispatch:
env:
PYTHON_VERSION: 3.11
WORKING_DIR: .github/scripts/python
jobs:
handle_new_contributor:
runs-on: ubuntu-latest
steps:
- uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main
with:
python-version: ${{ env.PYTHON_VERSION }}
working-directory: ${{ env.WORKING_DIR }}
install-args: "--dev"
- name: 🏃 Run Script
working-directory: ${{ env.WORKING_DIR }}
run: pipenv run python handle_new_contributor.py
# env:
# PR_URL: ${{ github.event.pull_request.url }}
# DOTDIGITAL_API_USER_AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}
- name: Set Env Var
run: echo ${{ env.HELLO }}