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 64894c7 commit 2a35583
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 12 deletions.
59 changes: 47 additions & 12 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,60 @@
# Modules
":floppy_disk: athena-data-catalog":
- modules/athena-data-catalog/**/*
- changed-files:
- any-glob-to-any-file:
- modules/athena-data-catalog/**/*

":floppy_disk: athena-workgroup":
- modules/athena-workgroup/**/*
- changed-files:
- any-glob-to-any-file:
- modules/athena-workgroup/**/*

":floppy_disk: glue-connection":
- modules/glue-connection/**/*
- changed-files:
- any-glob-to-any-file:
- modules/glue-connection/**/*

":floppy_disk: glue-crawler":
- modules/glue-crawler/**/*
- changed-files:
- any-glob-to-any-file:
- modules/glue-crawler/**/*

":floppy_disk: glue-data-catalog":
- modules/glue-data-catalog/**/*
- changed-files:
- any-glob-to-any-file:
- modules/glue-data-catalog/**/*

":floppy_disk: glue-database":
- modules/glue-database/**/*
- changed-files:
- any-glob-to-any-file:
- modules/glue-database/**/*

":floppy_disk: glue-table":
- modules/glue-table/**/*
- changed-files:
- any-glob-to-any-file:
- modules/glue-table/**/*

":floppy_disk: quicksight-folder":
- modules/quicksight-folder/**/*
- changed-files:
- any-glob-to-any-file:
- modules/quicksight-folder/**/*

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

":floppy_disk: quicksight-namespace":
- modules/quicksight-namespace/**/*
- changed-files:
- any-glob-to-any-file:
- modules/quicksight-namespace/**/*

":floppy_disk: s3-access-point":
- modules/s3-access-point/**/*
- changed-files:
- any-glob-to-any-file:
- modules/s3-access-point/**/*

":floppy_disk: s3-bucket":
- modules/s3-bucket/**/*
- changed-files:
- any-glob-to-any-file:
- modules/s3-bucket/**/*
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 2a35583

Please sign in to comment.