💚 Specify base branch as master

This commit is contained in:
Alicia Sykes 2021-09-09 20:17:19 +01:00 committed by GitHub
parent 28a1a57f5e
commit b3d5e331bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# Finds typos in the English language within the app, submits a PR with fixes
name: Auto-Fix Spelling
on:
- push
push:
branches: [ master ]
pull_request:
types: [opened]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
@ -17,6 +21,7 @@ jobs:
if: startsWith(github.head_ref, 'AUTO/') == false
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
base: master
commit-message: ':pencil2: Auto-fix typos in text'
title: '[AUTO] Fix spelling and language'
branch: 'AUTO/spelling-corrections'