hexo/themes/volantis/.github/workflows/merge-conflicts.yml
2025-02-08 03:18:24 +00:00

16 lines
374 B
YAML
Executable File

name: Merge conflicts
on:
push:
branches:
- main
- dev
jobs:
triage:
if: github.repository == 'volantis-x/hexo-theme-volantis'
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}