diff --git a/.github/labeler.yml b/.github/labeler.yml index 54f7453da..af964a392 100755 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,31 @@ MCMC: - - mcmc/** + - changed-files: + - any-glob-to-any-file: + - mcmc/** + Plotting: - - plotting/** - - Diagnostics/** + - changed-files: + - any-glob-to-any-file: + - plotting/** + - Diagnostics/** + Nu Osc/Xsec: - - covariance/** + - changed-files: + - any-glob-to-any-file: + - covariance/** + - splines/** + +Samples: + - changed-files: + - any-glob-to-any-file: + - samplePDF/** + +Manager: + - changed-files: + - any-glob-to-any-file: + - manager/** + Documentation: - - Doc/** + - changed-files: + - any-glob-to-any-file: + - Doc/** diff --git a/.github/workflows/Label.yml b/.github/workflows/Label.yml old mode 100755 new mode 100644 index 07cee6f06..d23c4d403 --- a/.github/workflows/Label.yml +++ b/.github/workflows/Label.yml @@ -17,6 +17,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"