From 26aec8db7f6c4793a83c0e004b3dde1b22741040 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Mon, 8 Aug 2022 14:40:14 -0700 Subject: [PATCH] Adding issue updating for the team project board. --- .github/workflows/proj-xmidt-team.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/proj-xmidt-team.yml diff --git a/.github/workflows/proj-xmidt-team.yml b/.github/workflows/proj-xmidt-team.yml new file mode 100644 index 0000000..941a028 --- /dev/null +++ b/.github/workflows/proj-xmidt-team.yml @@ -0,0 +1,15 @@ +--- +name: 'PROJ: xmidt-team' + +on: + issues: + types: + - opened + pull_request: + types: + - opened + +jobs: + package: + uses: xmidt-org/.github/.github/workflows/proj-template.yml@proj-v1 + secrets: inherit