Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Create a new release in pypi with the latest fixes #10

Create a new release in pypi with the latest fixes

Create a new release in pypi with the latest fixes #10

name: Auto Add Issues to Project
on:
issues:
types:
- opened
jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}