Skip to content

Commit

Permalink
Introduce changed-files key (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton authored Dec 11, 2023
1 parent f34eb08 commit 143fe23
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
---
ADR:
- adr/*.md
- changed-files:
- adr/*.md

documentation:
- README.md
- data/*.md
- cms/*.md
- changed-files:
- README.md
- data/*.md
- cms/*.md

terraform:
- terraform/**/*
- terraform-azure/**/*
- changed-files:
- terraform-azure/**/*

frontend:
- app/assets/images/*
- app/assets/stylesheets/**/*
- app/javascript/**/*
- changed-files:
- app/assets/images/*
- app/assets/stylesheets/**/*
- app/javascript/**/*

content:
- config/locales/modules/**/*.yml
- config/locales/static/*.yml
- data/**/*.yml
- cms/migrate/*.js
- changed-files:
- config/locales/modules/**/*.yml
- config/locales/static/*.yml
- data/**/*.yml
- cms/migrate/*.js

pipeline:
- .github/**/*.yml
- changed-files:
- .github/**/*.yml

0 comments on commit 143fe23

Please sign in to comment.