Skip to content

Add post: Experiment 5 - Managing mentors if you’re a school #1287

Add post: Experiment 5 - Managing mentors if you’re a school

Add post: Experiment 5 - Managing mentors if you’re a school #1287

Workflow file for this run

name: Auto-merge
on: [pull_request]
jobs:
auto-merge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Squash and merge minor updates
uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor