From 568252b6d32aa43deae5a58e53ff9225874d40bc Mon Sep 17 00:00:00 2001 From: Uruk Date: Thu, 28 Aug 2025 17:06:03 +0200 Subject: [PATCH] fix: update merge conflict and stale issue labels to include emojis --- .github/workflows/conflict.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conflict.yml b/.github/workflows/conflict.yml index 6bc62e73..7793851c 100644 --- a/.github/workflows/conflict.yml +++ b/.github/workflows/conflict.yml @@ -19,6 +19,6 @@ jobs: - name: 🚩 Apply merge conflict label uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3 with: - dirtyLabel: 'merge-conflict' + dirtyLabel: '⚔️ merge-conflict' commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.' repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fe0c2526..11907bd8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,7 +25,7 @@ jobs: # Issue configuration days-before-issue-stale: 90 days-before-issue-close: 7 - stale-issue-label: "stale" + stale-issue-label: "🕰️ stale" exempt-issue-labels: "Roadmap v1,help needed,enhancement" # Notifications messages