From 89c2a87452c84fb1101dc9559b3eaa9b42b2b170 Mon Sep 17 00:00:00 2001 From: Foundation Date: Wed, 27 Sep 2023 15:30:02 -0400 Subject: [PATCH] Actions Workflow (issue-association.yml) --- .github/workflows/issue-association.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/issue-association.yml diff --git a/.github/workflows/issue-association.yml b/.github/workflows/issue-association.yml new file mode 100644 index 0000000..415c4ac --- /dev/null +++ b/.github/workflows/issue-association.yml @@ -0,0 +1,21 @@ + +--- +# Automatically Generated File, DO NOT MODIFY (Maintained By Terraform) +# Code: github.com/meltwater/foundation-github/blob/main/foundation/ +name: "Issues: Add to Projects" + +on: + issues: + types: + - opened + +jobs: + add-to-project: + name: Add issue to A-Team Debt, Bugs & OSS + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.5.0 + with: + project-url: https://github.com/orgs/meltwater/projects/64 + github-token: ${{ secrets.REPO_ISSUES_TOKEN }} + labeled: team-a-ateam