Skip to content

Commit

Permalink
ci: another fix for the labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Jan 31, 2024
1 parent 9f654af commit 8dd1ee0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
contracts:
- changed-files:
- any-glob-to-any-file:
- ./contracts/**/*
- ./contracts/*
- ./.github/workflows/contracts-*.yml
- 'contracts/**/*'
- 'contracts/*'
- '.github/workflows/contracts-*.yml'

sdk:
- changed-files:
- any-glob-to-any-file:
- ./sdk/**/*
- ./sdk/*
- ./.github/workflows/sdk-*.yml
- 'sdk/**/*'
- 'sdk/*'
- '.github/workflows/sdk-*.yml'

subgraph:
- changed-files:
- any-glob-to-any-file:
- ./subgraph/**/*
- ./subgraph/*
- ./.github/workflows/subgraph-*.yml
- 'subgraph/**/*'
- 'subgraph/*'
- '.github/workflows/subgraph-*.yml'

configs:
- changed-files:
- any-glob-to-any-file:
- ./configs/**/*
- ./configs/*
- ./.github/workflows/configs-*.yml
- 'configs/**/*'
- 'configs/*'
- '.github/workflows/configs-*.yml'

0 comments on commit 8dd1ee0

Please sign in to comment.