Skip to content

Commit

Permalink
chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 (mdn#10130)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/labeler from 4.3.0 to 5.0.0
* chore(labeler): migrate config to actions/labeler v5

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
dependabot[bot] and caugner authored Jan 29, 2024
1 parent 04ec2ae commit 0e93b7e
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 26 deletions.
94 changes: 69 additions & 25 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,89 @@
blog:
- "**/blog/**/*"
- changed-files:
- any-glob-to-any-file: "**/blog/**/*"

browser-compat:
- "**/browser-compatability-table/**/*"
- changed-files:
- any-glob-to-any-file: "**/browser-compatability-table/**/*"

macros:
- "kumascript/**/*"
- changed-files:
- any-glob-to-any-file: "kumascript/**/*"

cloud-function:
- "cloud-function/**/*"
- changed-files:
- any-glob-to-any-file: "cloud-function/**/*"

copy:
- "copy/**/*"
- changed-files:
- any-glob-to-any-file: "copy/**/*"

dependencies:
- "**/poetry.lock"
- "**/yarn.lock"
- changed-files:
- any-glob-to-any-file:
- "**/poetry.lock"
- "**/yarn.lock"

deployer:
- "deployer/**/*"
- changed-files:
- any-glob-to-any-file: "deployer/**/*"

filecheck:
- "filecheck/**/*"
- changed-files:
- any-glob-to-any-file: "filecheck/**/*"

flaw-system:
- "build/flaws/**/*"
- changed-files:
- any-glob-to-any-file: "build/flaws/**/*"

github-actions:
- ".github/workflows/**/*"
- changed-files:
- any-glob-to-any-file: ".github/workflows/**/*"

markdown:
- "markdown/**/*"
- changed-files:
- any-glob-to-any-file: "markdown/**/*"

metrics:
- "**/telemetry/**/*"
- changed-files:
- any-glob-to-any-file: "**/telemetry/**/*"

placement:
- "**/placement/**/*"
- "**/pong/**/*"
- changed-files:
- any-glob-to-any-file:
- "**/placement/**/*"
- "**/pong/**/*"

plus:
- "**/plus/**/*"
- "**/plus-docs/**/*"
- changed-files:
- any-glob-to-any-file:
- "**/plus/**/*"
- "**/plus-docs/**/*"

plus:ai-help:
- "**/ai-help/**/*"
- changed-files:
- any-glob-to-any-file: "**/ai-help/**/*"

plus:offline:
- "client/pwa/src/**/*"
- "client/src/offline-settings/**/*"
- changed-files:
- any-glob-to-any-file:
- "client/pwa/src/**/*"
- "client/src/offline-settings/**/*"

plus:playground:
- "**/playground/**/*"
- changed-files:
- any-glob-to-any-file: "**/playground/**/*"

plus:updates:
- "client/src/plus/updates/**/*"
- changed-files:
- any-glob-to-any-file: "client/src/plus/updates/**/*"

python:
- "**/*.py"
- changed-files:
- any-glob-to-any-file: "**/*.py"

redirects:
- "cloud-function/src/middlewares/redirect-*"
- "libs/fundamental-redirects/**/*"
- changed-files:
- any-glob-to-any-file:
- "cloud-function/src/middlewares/redirect-*"
- "libs/fundamental-redirects/**/*"
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0e93b7e

Please sign in to comment.