An open API service indexing awesome lists of open source software.

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

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