From 059106f05495b8a69a2e3591824e27c5853c8e31 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Wed, 1 Mar 2023 16:09:24 -0500 Subject: [PATCH] Adds ASKEM program integration workflow --- .github/workflows/integration-issues.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/integration-issues.yml diff --git a/.github/workflows/integration-issues.yml b/.github/workflows/integration-issues.yml new file mode 100644 index 00000000..31afbf47 --- /dev/null +++ b/.github/workflows/integration-issues.yml @@ -0,0 +1,19 @@ +name: Add integration tasks to Integration project + +on: + issues: + types: + - reopened + - opened + +jobs: + add-to-project: + name: Add integration issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4 + with: + project-url: https://github.com/orgs/DARPA-ASKEM/projects/5 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: integration + label-operator: OR