Skip to content

Commit

Permalink
Merge branch 'mdn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yusn authored Dec 8, 2024
2 parents b023b8b + ec56167 commit 83f973b
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 263 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/json-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
node-version:
description: The node version to setup and use.
default: 18
default: 20
required: false
type: number
cache:
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/pr-check-redirects.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: publish-release
type: string
node-version:
description: The Nodejs version to use
default: 18
default: 20
required: false
type: number
npm-publish:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Reusable GitHub Actions workflows for use in MDN repositories.
- [allo-allo](.github/workflows/allo-allo.yml) ([docs](docs/allo-allo.md)) - a welcome bot for new contributors
- [auto-merge](.github/workflows/auto-merge.yml) ([docs](docs/auto-merge.md)) - automatically merge pull requests
- [idle](.github/workflows/idle.yml) ([docs](docs/idle.md)) - mark issues and pull requests as idle
- [json-lint](.github/workflows/json-lint.yml) ([docs](docs/json-lint.md)) - lint JSON files
- [lock-closed](.github/workflows/lock-closed.yml) ([docs](docs/lock-closed.md)) - lock closed issues and pull requests
- [markdown-lint](.github/workflows/markdown-lint.yml) ([docs](docs/markdown-lint.md)) - lint Markdown files
- [new-issues](.github/workflows/new-issues.yml) ([docs](docs/new-issues.md)) - label new issues
- [pr-rebase-needed](.github/workflows/pr-rebase-needed.yml) ([docs](docs/pr-rebase-needed.md)) - label pull requests that have merge conflicts
- [pre-check-redirect](.github/workflows/pre-check-redirect.yml) ([docs](docs/pre-check-redirect.md)) - check for redirects before merging pull requests
- [publish-release](.github/workflows/publish-release.yml) ([docs](docs/publish-release.md)) - publish a release to GitHub and NPM
- [set-default-labels](.github/workflows/set-default-labels.yml) ([docs](docs/set-default-labels.md)) - set default labels on new issues and pull requests
82 changes: 0 additions & 82 deletions docs/json-lint.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/markdown-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Specify the target repository this action should run on. This is used to prevent

The node version to setup and use.

- This `input` is optional, with a default of 16.
- This `input` is optional, with a default of `20`.

#### cache

Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
uses: mdn/workflows/.github/workflows/markdown-lint.yml@main
with:
cache: "npm"
node-version: 18
node-version: 20
target-repo: "mdn/workflows"
```
91 changes: 0 additions & 91 deletions docs/pre-check-redirect.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/publish-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is can be one of the release types as [detailed in the release please docs]

The version of Node.js to use for the release. This action supports all [active and maintenance releases](https://nodejs.org/en/about/releases/) of Node.js.

- This `input` is optional with a default of `12`
- This `input` is optional with a default of `20`

#### npm-publish

Expand Down

0 comments on commit 83f973b

Please sign in to comment.