mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove infra UI and actionable obs workflows (#154084)
These have been replaced by equivalent GitHub Projects workflows
(example:
7858407
)
This commit is contained in:
parent
270f94530a
commit
6c3badb8ec
2 changed files with 0 additions and 48 deletions
22
.github/workflows/add-to-ao-project.yml
vendored
22
.github/workflows/add-to-ao-project.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Add issues to Actionable Observability project
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
jobs:
|
||||
add_to_project:
|
||||
name: Add issues to project
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.label.name == 'Team: Actionable Observability'
|
||||
steps:
|
||||
- name: Add
|
||||
uses: richkuz/projectnext-label-assigner@1.1.0
|
||||
id: add_to_projects
|
||||
with:
|
||||
config: |
|
||||
[
|
||||
{"label": "Team: Actionable Observability", "projectNumber": 669}
|
||||
]
|
||||
env:
|
||||
GRAPHQL_API_BASE: 'https://api.github.com'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
26
.github/workflows/add-to-imui-project.yml
vendored
26
.github/workflows/add-to-imui-project.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
name: Add to Infrastructure Observability UI project
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
jobs:
|
||||
add_to_project:
|
||||
name: Add issues to project
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, 'Team:Infra Monitoring UI') ||
|
||||
contains(github.event.issue.labels.*.name, 'Feature:Stack Monitoring') ||
|
||||
contains(github.event.issue.labels.*.name, 'Feature:Logs UI') ||
|
||||
contains(github.event.issue.labels.*.name, 'Feature:Metrics UI') ||
|
||||
contains(github.event.issue.labels.*.name, 'Feature:ObsHosts')
|
||||
steps:
|
||||
- name: Add
|
||||
uses: richkuz/projectnext-label-assigner@1.1.0
|
||||
id: add_to_projects
|
||||
with:
|
||||
config: |
|
||||
[
|
||||
{"label": "Team:Infra Monitoring UI" , "projectNumber": 664}
|
||||
]
|
||||
env:
|
||||
GRAPHQL_API_BASE: 'https://api.github.com'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue