Skip to content

The granularity of the general options, should be appliable individually, to each service running on an multitenant JVM #118

The granularity of the general options, should be appliable individually, to each service running on an multitenant JVM

The granularity of the general options, should be appliable individually, to each service running on an multitenant JVM #118

name: "APM Agents meta issue handler"
on:
issues:
types: [opened]
jobs:
meta-issue-handler:
runs-on: ubuntu-latest
steps:
- name: Check team membership for user
uses: elastic/[email protected]
id: checkUserMember
with:
username: ${{ github.actor }}
team: 'apm'
usernamesToExclude: |
apmmachine
GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
- name: Create sub issues
if: steps.checkUserMember.outputs.isTeamMember == 'true' && contains(github.event.issue.labels.*.name, 'meta') && contains(github.event.issue.labels.*.name, 'apm-agents')
uses: elastic/[email protected]
id: create_sub_issues
with:
token: "${{ secrets.APM_TECH_USER_TOKEN }}"
metaIssue: "${{ toJSON(github.event.issue) }}"
bodyRegex: "(.*)(<!---repos-start--->.*<!---repos-end--->)(.*)"
labelsToExclude: "meta,apm-agents"
specLabels: "spec-poc,apm-agents"