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