Skip to content

Commit

Permalink
Merge pull request #616 from repository-settings/renovate/check-engin…
Browse files Browse the repository at this point in the history
…e-replacement
  • Loading branch information
travi authored Aug 1, 2022
2 parents 2ea39ae + 15ea6c5 commit 88addf2
Show file tree
Hide file tree
Showing 4 changed files with 4,034 additions and 2,543 deletions.
24 changes: 20 additions & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,38 @@
name: Node.js CI
"on":
'on':
push:
branches:
- master
- dependabot/**
- renovate/**
pull_request:
types:
- opened
- synchronize
jobs:
verify-matrix:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 16.0.0
- 18
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm clean-install
- run: npm test
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm clean-install
- run: npm test
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# GitHub Settings

<!--status-badges start -->

[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
[![Renovate][renovate-badge]][renovate-link]

<!--status-badges end -->

This GitHub App syncs repository settings defined in `.github/settings.yml` to GitHub, enabling Pull Requests for repository settings.

## Usage
Expand Down Expand Up @@ -179,6 +183,12 @@ Until restrictions are added in this app, one way to preserve admin/push permiss

## Deployment

<!--consumer-badges start -->

![node][node-badge]

<!--consumer-badges end -->

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this plugin.

[github-actions-ci-link]: https://github.com/repository-settings/app/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
Expand All @@ -187,4 +197,6 @@ See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance

[renovate-link]: https://renovatebot.com

[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot

[node-badge]: https://img.shields.io/node/v/probot-settings?logo=node.js
Loading

1 comment on commit 88addf2

@vercel
Copy link

@vercel vercel bot commented on 88addf2 Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.