Skip to content

[META 773] Service environment correlation #1601

[META 773] Service environment correlation

[META 773] Service environment correlation #1601

Workflow file for this run

name: Auto Assign to Project(s)
on:
issues:
types: [opened, edited, milestoned]
env:
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign milestoned to Project
steps:
- name: Assign issues with milestones to project
uses: elastic/assign-one-project-github-action@1.2.2
if: github.event.issue && github.event.issue.milestone
with:
project: 'https://github.com/orgs/elastic/projects/454'
project_id: '5882982'
column_name: 'Planned'