Skip to content

Commit

Permalink
Merge pull request #111 from mach3-software/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/actions/labeler-5

Bump actions/labeler from 3 to 5 in /.github/workflows
  • Loading branch information
KSkwarczynski authored Sep 10, 2024
2 parents 7b76a86 + 8b48497 commit 5794dd9
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 5794dd9

Please sign in to comment.