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 20fab90 commit d9d3ddf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
36 changes: 27 additions & 9 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,45 @@
# Modules
":floppy_disk: amazon-issued-cert":
- modules/amazon-issued-cert/**/*
- changed-files:
- any-glob-to-any-file:
- modules/amazon-issued-cert/**/*

":floppy_disk: cidr-collection":
- modules/cidr-collection/**/*
- changed-files:
- any-glob-to-any-file:
- modules/cidr-collection/**/*

":floppy_disk: imported-cert":
- modules/imported-cert/**/*
- changed-files:
- any-glob-to-any-file:
- modules/imported-cert/**/*

":floppy_disk: private-ca-issued-cert":
- modules/private-ca-issued-cert/**/*
- changed-files:
- any-glob-to-any-file:
- modules/private-ca-issued-cert/**/*

":floppy_disk: private-zone":
- modules/private-zone/**/*
- changed-files:
- any-glob-to-any-file:
- modules/private-zone/**/*

":floppy_disk: public-zone":
- modules/public-zone/**/*
- changed-files:
- any-glob-to-any-file:
- modules/public-zone/**/*

":floppy_disk: registered-domain":
- modules/registered-domain/**/*
- changed-files:
- any-glob-to-any-file:
- modules/registered-domain/**/*

":floppy_disk: resolver-inbound-endpoint":
- modules/resolver-inbound-endpoint/**/*
- changed-files:
- any-glob-to-any-file:
- modules/resolver-inbound-endpoint/**/*

":floppy_disk: resolver-query-logging":
- modules/resolver-query-logging/**/*
- changed-files:
- any-glob-to-any-file:
- modules/resolver-query-logging/**/*
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 d9d3ddf

Please sign in to comment.