Skip to content

Enable support for python 3.11 and 3.12 #35

Enable support for python 3.11 and 3.12

Enable support for python 3.11 and 3.12 #35

name: Auto add bug tickets to project board
on:
issues:
types: [opened]
jobs:
add_to_project:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'Bug Reports')
steps:
- name: Add bug issue to project
uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/AllenCell/projects/10
github-token: ${{ secrets.PROJECT_AUTOMATION_PAT }}