Skip to content

refactor: restructure api folder to not be internal #2380

refactor: restructure api folder to not be internal

refactor: restructure api folder to not be internal #2380

name: Merge Conflict Labeler
on:
push:
branches:
- main
pull_request_target:
branches:
- main
types: [synchronize]
jobs:
label:
name: Labeling
runs-on: depot-ubuntu-latest
if: ${{ github.repository == 'getarcaneapp/arcane' }}
permissions:
contents: read
pull-requests: write
steps:
- name: Apply label
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "merge conflict"
commentOnDirty: "This pull request has merge conflicts. Please resolve the conflicts so the PR can stay up-to-date and reviewed."
repoToken: "${{ secrets.GITHUB_TOKEN }}"