Add a protected_files input that accepts a minimatch glob

This commit is contained in:
Bret Comnes
2021-01-17 13:55:02 -07:00
parent 15d3299d41
commit cadbbff700
9 changed files with 1290 additions and 46 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12]
node: [15]
steps:
- uses: actions/checkout@v2
@@ -17,10 +17,8 @@ jobs:
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node }}
- name: npm install && npm test
run: |
npm i
npm test
- run: npm i
- run: npm test
automerge:
needs: test