Skip to content

Commit

Permalink
fix(github): cleanup actions
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Sep 2, 2024
1 parent fa83a45 commit bff9c32
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@

# labels to be used with /area command
area:
- 'kubernetes'
- 'terraform'
- 'ansible'
- 'inspec'
- 'krm'
- 'github'

kind:
Expand All @@ -42,43 +39,3 @@ status:
- blocked
- in_progress
- on_hold

# File globs for PR labeler
# tests:
# - '**/*.test.ts'

'area/kubernetes':
- kubernetes/*
- kubernetes/**/*

'cloud/gcp':
- iac/gcp/*
- iac/gcp/**/*

'cloud/aws':
- iac/aws/*
- iac/aws/**/*

'cloud/azure':
- iac/azure/*
- iac/azure/**/*

'cloud/alicloud':
- iac/alicloud/*
- iac/alicloud/**/*

'cloud/digitalocean':
- iac/digitalocean/*
- iac/digitalocean/**/*

'cloud/exoscale':
- iac/exoscale/*
- iac/exoscale/**/*

'cloud/scaleway':
- iac/scaleway/*
- iac/scaleway/**/*

'kind/documentation':
- docs/*
- docs/**/*

0 comments on commit bff9c32

Please sign in to comment.