Skip to content

Commit

Permalink
Revert "Bump actions/labeler from 4 to 5" (mdn#21477)
Browse files Browse the repository at this point in the history
* Revert "Update labeler config to new structure (mdn#21476)"

This reverts commit 7ffb591.

* Revert "Bump actions/labeler from 4 to 5 (mdn#21461)"

This reverts commit 352c30d.
  • Loading branch information
queengooborg authored Dec 5, 2023
1 parent 7ffb591 commit d69a7aa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 51 deletions.
79 changes: 29 additions & 50 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,68 +1,47 @@
bulk_update :package::
- changed-files:
- any-glob-to-any-file: "scripts/migrations/**"
- "scripts/migrations/**"
data:api :rabbit2::
- changed-files:
- any-glob-to-any-file: "api/**"
- "api/**"
data:browsers :earth_africa::
- changed-files:
- any-glob-to-any-file: "browsers/**"
- "browsers/**"
data:css :art::
- changed-files:
- any-glob-to-any-file: "css/**"
- "css/**"
data:html :page_facing_up::
- changed-files:
- any-glob-to-any-file: "html/**"
- "html/**"
data:http :mountain_cableway::
- changed-files:
- any-glob-to-any-file: "http/**"
- "http/**"
data:js :pager::
- changed-files:
- any-glob-to-any-file: "javascript/**"
- "javascript/**"
data:mathml :heavy_division_sign::
- changed-files:
- any-glob-to-any-file: "mathml/**"
- "mathml/**"
data:svg :paintbrush::
- changed-files:
- any-glob-to-any-file: "svg/**"
- "svg/**"
data:wasm :mechanical_arm::
- changed-files:
- any-glob-to-any-file: "webassembly/**"
- "webassembly/**"
data:webdriver :racing_car::
- changed-files:
- any-glob-to-any-file: "webdriver/**"
- "webdriver/**"
data:webext :game_die::
- changed-files:
- any-glob-to-any-file: "webextensions/**"
- "webextensions/**"
dependencies :chains::
- changed-files:
- any-glob-to-any-file: "package-lock.json"
- "package.json"
- "package-lock.json"
- "package.json"
docs :writing_hand::
- changed-files:
- any-glob-to-any-file: "**/*.md"
- "**/*.md"
infra :building_construction::
- changed-files:
- any-glob-to-any-file:
[
".*",
"/*.js",
"*.ts",
"**/*.d.ts",
"/index.js",
"LICENSE",
"package*",
"utils/**",
".github/**",
".husky/**",
".vscode/**",
]
- ".*"
- "/*.js"
- "*.ts"
- "**/*.d.ts"
- "/index.js"
- "LICENSE"
- "package*"
- "utils/**"
- ".github/**"
- ".husky/**"
- ".vscode/**"
linter :house_with_garden::
- changed-files:
- any-glob-to-any-file: "test/**"
- "test/**"
scripts :scroll::
- changed-files:
- any-glob-to-any-file: "scripts/**"
- "scripts/**"
schema :gear::
- changed-files:
- any-glob-to-any-file: "schemas/**"
- "schemas/**"
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d69a7aa

Please sign in to comment.