Skip to content

There is both a .flake8 file and section for flake8 in the pyproject.toml #10

There is both a .flake8 file and section for flake8 in the pyproject.toml

There is both a .flake8 file and section for flake8 in the pyproject.toml #10

name: Add to project garage
on:
issues:
types:
- opened
- reopened
permissions:
repository-projects: write
jobs:
add-to-project:
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
with:
classic: false
project-number: ${{ vars.SENZING_PROJECT_GARAGE }}
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}