From: Sebastián Ramírez Date: Mon, 12 Aug 2024 23:07:25 +0000 (-0500) Subject: 👷 Add GitHub Action add-to-project (#1066) X-Git-Tag: 0.0.22~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8ff7d0ae27ba207cf3e95b4f83141b3ac771df;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Add GitHub Action add-to-project (#1066) --- diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 00000000..701f06fa --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,22 @@ +name: Add to Project + +on: + pull_request: + types: + - opened + - reopened + - synchronize + issues: + types: + - opened + - reopened + +jobs: + add-to-project: + name: Add to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v1.0.2 + with: + project-url: https://github.com/orgs/fastapi/projects/2 + github-token: ${{ secrets.PROJECTS_TOKEN }}