Skip to content

Commit

Permalink
fix: [~] labeler v5 config (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo authored Feb 1, 2024
1 parent d956a89 commit d4497d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
CI/CD:
- .github/**/*.yml
- changed-files:
- any-glob-to-any-file: [ '.github/**/*.yml' ]

dependencies:
- any: [ '.github/dependabot.yml', 'build.sbt', 'project/**/*', '.scala-steward.conf', '.scalafix.conf', '.scalafmt.conf', 'project/build.properties' ]
- changed-files:
- any-glob-to-any-file: [ '.github/dependabot.yml', 'build.sbt', 'project/**/*', '.scala-steward.conf', '.scalafix.conf', '.scalafmt.conf', 'project/build.properties' ]

documentation:
- any: [ 'docs/**/*', 'notebooks/**/*', '*.md' ]
- changed-files:
- any-glob-to-any-file: [ 'docs/**/*', 'notebooks/**/*', '*.md' ]

spark_2.4:
- core/src/main/spark*2.4*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*2.4*/**/*', 'core/src/main/scala/**/*' ]

spark_3.0:
- core/src/main/spark*3.0*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*3.0*/**/*', 'core/src/main/scala/**/*' ]

spark_3.1:
- core/src/main/spark*3.1*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*3.1*/**/*', 'core/src/main/scala/**/*']

spark_3.2:
- core/src/main/spark*3.2*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*3.2*/**/*', 'core/src/main/scala/**/*']

spark_3.3:
- core/src/main/spark*3.3*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*3.3*/**/*', 'core/src/main/scala/**/*' ]

spark_3.4:
- core/src/main/spark*3.4*/**/*
- core/src/main/scala/**/*
- changed-files:
- any-glob-to-any-file: [ 'core/src/main/spark*3.4*/**/*', 'core/src/main/scala/**/*' ]
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit d4497d7

Please sign in to comment.