From c093a46d3d5046d7776066786b07e58ee3d39061 Mon Sep 17 00:00:00 2001 From: Dan Kanefsky Date: Mon, 20 Nov 2023 14:26:11 -0700 Subject: [PATCH] strangelove project managment --- .github/workflows/pm.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/pm.yaml diff --git a/.github/workflows/pm.yaml b/.github/workflows/pm.yaml new file mode 100644 index 000000000..4cc9bac04 --- /dev/null +++ b/.github/workflows/pm.yaml @@ -0,0 +1,20 @@ +name: Strangelove Project Management + +on: + issues: + types: + - opened + - transferred + - reopened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.5.0 + with: + # You can target a project in a different organization + # to the issue + project-url: https://github.com/orgs/strangelove-ventures/projects/4 + github-token: ${{ secrets.strangelove_motherboard_access_token }} \ No newline at end of file