Skip to content

build(deps-dev): bump hugo-extended from 0.136.2 to 0.136.5 in /site #907

build(deps-dev): bump hugo-extended from 0.136.2 to 0.136.5 in /site

build(deps-dev): bump hugo-extended from 0.136.2 to 0.136.5 in /site #907

Workflow file for this run

name: Auto Label Conflicts
on:
pull_request_target:
# So that PRs touching the same files as the push are updated
push:
permissions:
issues: write
pull-requests: write
jobs:
auto-label-conflicts:
runs-on: ubuntu-latest
steps:
- name: conflict
uses: "eps1lon/actions-label-merge-conflict@v3.0.2"
with:
dirtyLabel: "conflict"
repoToken: ${{ github.token }}
commentOnDirty: |
:wave: Hi, I detected conflicts against the base branch :speak_no_evil:
You'll want to sync :arrows_counterclockwise: your branch with upstream!