Skip to content

Only run once for macOS/Windows for 3.13 #14

Only run once for macOS/Windows for 3.13

Only run once for macOS/Windows for 3.13 #14

Workflow file for this run

---
name: Add issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}