Skip to content

Bump probot from 12.3.3 to 13.3.8 #207

Bump probot from 12.3.3 to 13.3.8

Bump probot from 12.3.3 to 13.3.8 #207

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
check-latest: true
cache: npm
- run: npm ci
- run: npm test
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true