Skip to content

PyCon US Challenge 2024 #90

PyCon US Challenge 2024

PyCon US Challenge 2024 #90

Workflow file for this run

on: issues
name: Issue opened
jobs:
addToProject:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add issue to project
if: github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@main
with:
project: Backlog
column: New issue
repo-token: ${{ secrets.GH_PAT }}