Skip to content

Commit

Permalink
Fix labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed May 26, 2024
1 parent df332f6 commit b5307bb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 11 deletions.
44 changes: 33 additions & 11 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,55 @@
# Modules
":floppy_disk: ecr-registry":
- modules/ecr-registry/**/*
- changed-files:
- any-glob-to-any-file:
- modules/ecr-registry/**/*

":floppy_disk: ecr-repository":
- modules/ecr-repository/**/*
- changed-files:
- any-glob-to-any-file:
- modules/ecr-repository/**/*

":floppy_disk: eks-access-entry":
- modules/eks-access-entry/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-access-entry/**/*

":floppy_disk: eks-addon":
- modules/eks-addon/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-addon/**/*

":floppy_disk: eks-aws-auth":
- modules/eks-aws-auth/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-aws-auth/**/*

":floppy_disk: eks-cluster":
- modules/eks-cluster/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-cluster/**/*

":floppy_disk: eks-fargate-profile":
- modules/eks-fargate-profile/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-fargate-profile/**/*

":floppy_disk: eks-iam-access":
- modules/eks-iam-access/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-iam-access/**/*

":floppy_disk: eks-max-pods":
- modules/eks-max-pods/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-max-pods/**/*

":floppy_disk: eks-node-group":
- modules/eks-node-group/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-node-group/**/*

":floppy_disk: eks-official-image":
- modules/eks-official-image/**/*
- changed-files:
- any-glob-to-any-file:
- modules/eks-official-image/**/*
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ jobs:
label-pr:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- name: Add Labels for PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yaml
dot: true
sync-labels: true

- name: Add PR Size Labels for PR
Expand Down

0 comments on commit b5307bb

Please sign in to comment.