Skip to content

Bump python from 3.12.7 to 3.12.8 #250

Bump python from 3.12.7 to 3.12.8

Bump python from 3.12.7 to 3.12.8 #250

Workflow file for this run

name: Add to Project
on:
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened
permissions: {}
env:
PROJECT_URL: ${{ vars.PROJECT_URL != '' && vars.PROJECT_URL || 'https://github.com/orgs/Arelle/projects/3' }}
jobs:
add-to-project:
name: PR
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.PROJECT_TOKEN }}