Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

openedx/ecommerce and openedx/ecommerce-worker Python 3.12 upgrade #8

openedx/ecommerce and openedx/ecommerce-worker Python 3.12 upgrade

openedx/ecommerce and openedx/ecommerce-worker Python 3.12 upgrade #8

name: Auto Add Issues to Project
on:
issues:
types:
- opened
jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}