Skip to content

chore(deps): bump @actions/github from 6.0.1 to 7.0.0 #282

chore(deps): bump @actions/github from 6.0.1 to 7.0.0

chore(deps): bump @actions/github from 6.0.1 to 7.0.0 #282

Workflow file for this run

name: "Tests"
on: [push, pull_request]
jobs:
test:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- run: npm run test
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
pr-number: ${{ github.event.inputs.pr-number }}