Skip to content

Linting fix

Linting fix #83

name: Sync with upstream
on:
# This will trigger on all pushes to all branches.
push: {}
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
# push:
# branches:
# - master
# - unstable
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "sync-with-upstream"
MERGE_MSG: "Merged with upstream branch"
RETRY_COUNT: "5"
RETRY_SLEEP: "300"