https://github.com/mdn/workflows
Reusable GitHub Actions workflows
https://github.com/mdn/workflows
github-actions infra
Last synced: 11 months ago
JSON representation
Reusable GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/mdn/workflows
- Owner: mdn
- License: mpl-2.0
- Created: 2021-11-24T14:09:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T10:12:48.000Z (about 1 year ago)
- Last Synced: 2025-03-27T03:35:07.385Z (about 1 year ago)
- Topics: github-actions, infra
- Homepage:
- Size: 172 KB
- Stars: 40
- Watchers: 6
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# workflows
Reusable GitHub Actions workflows for use in MDN repositories.
## Available actions
- [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
- [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
- [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