mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
💚 Specify base branch as master
This commit is contained in:
parent
28a1a57f5e
commit
b3d5e331bb
7
.github/workflows/code-spell-check.yml
vendored
7
.github/workflows/code-spell-check.yml
vendored
@ -1,7 +1,11 @@
|
|||||||
# Finds typos in the English language within the app, submits a PR with fixes
|
# Finds typos in the English language within the app, submits a PR with fixes
|
||||||
name: Auto-Fix Spelling
|
name: Auto-Fix Spelling
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
types: [opened]
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -17,6 +21,7 @@ jobs:
|
|||||||
if: startsWith(github.head_ref, 'AUTO/') == false
|
if: startsWith(github.head_ref, 'AUTO/') == false
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
base: master
|
||||||
commit-message: ':pencil2: Auto-fix typos in text'
|
commit-message: ':pencil2: Auto-fix typos in text'
|
||||||
title: '[AUTO] Fix spelling and language'
|
title: '[AUTO] Fix spelling and language'
|
||||||
branch: 'AUTO/spelling-corrections'
|
branch: 'AUTO/spelling-corrections'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user