chore(ci): permissions issue with merge checker

This commit is contained in:
Elian Doran 2025-07-12 18:40:25 +03:00
parent d49244cbc8
commit 5d694a7bdf
No known key found for this signature in database

View File

@ -7,6 +7,8 @@ on:
jobs: jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
steps: steps:
- name: Check if PRs have conflicts - name: Check if PRs have conflicts
uses: eps1lon/actions-label-merge-conflict@v3 uses: eps1lon/actions-label-merge-conflict@v3