Skip to content

Commit

Permalink
Merge branch 'develop' into feature_SuperTF1
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski authored Sep 10, 2024
2 parents e89518c + 5794dd9 commit 74c99af
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
32 changes: 27 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**
2 changes: 1 addition & 1 deletion .github/workflows/Label.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
pull-requests: write

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

0 comments on commit 74c99af

Please sign in to comment.