
* refactor dockerfile * add build dockerfile * use node_module files instead of local mirrors * add copyfiles to global scope * add leaflet-hash * re-add pipefail * refactor dockerfile * add build dockerfile * use node_module files instead of local mirrors * add copyfiles to global scope * add leaflet-hash * re-add pipefail * set automerge target to minor * fix invalid node version * refactor light dockerfile --------- Co-authored-by: Miko <miko@local.host> Co-authored-by: Miko <miko@none> Co-authored-by: Andrew Calcutt <acalcutt@techidiots.net>
17 lines
304 B
YAML
17 lines
304 B
YAML
name: 'Auto Merge PRs'
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
contents: write
|
|
|
|
jobs:
|
|
automerge:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: fastify/github-action-merge-dependabot@v3
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
target: minor
|