diff --git a/.github/renovate.json b/.github/renovate.json index 2334b50bf..c74f8617a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,9 +2,7 @@ "extends": [ "config:base" ], - "assignees": [ - ], "labels": [ - "Dependency Update" + "🚨 Dependency Update" ] } diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 44a48b4df..09cd99483 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -26,4 +26,4 @@ jobs: with: token: ${{ secrets.ACCESS_TOKEN }} issue_number: ${{ github.event.pull_request.number }} - labels: 'Translations Update' + labels: '📄 Translations Update' diff --git a/.github/workflows/close-invalid-issues.yml b/.github/workflows/close-invalid-issues.yml index 7122b36cf..705f6ab9a 100644 --- a/.github/workflows/close-invalid-issues.yml +++ b/.github/workflows/close-invalid-issues.yml @@ -10,7 +10,7 @@ jobs: name: Invalid Issues runs-on: ubuntu-latest - if: contains(github.event.issue.labels.*.name, 'Bug Report') == false && contains(github.event.issue.labels.*.name, 'Hacktoberfest') == false + if: contains(github.event.issue.labels.*.name, '🐞 Bug Report') == false && contains(github.event.issue.labels.*.name, 'Hacktoberfest') == false steps: - name: Close Issue uses: maxkomarychev/octions/octions/issues/update@master diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index 9dfa9d19a..a8883a408 100644 --- a/.github/workflows/duplicates.yml +++ b/.github/workflows/duplicates.yml @@ -18,4 +18,4 @@ jobs: with: token: ${{ secrets.ACCESS_TOKEN }} issue_number: ${{ github.event.issue.number }} - labels: 'Duplicate' + labels: '🚩 Duplicate' diff --git a/.github/workflows/merge-conflicts.yml b/.github/workflows/merge-conflicts.yml index c8aaaec14..71b8d025f 100644 --- a/.github/workflows/merge-conflicts.yml +++ b/.github/workflows/merge-conflicts.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: mschilde/auto-label-merge-conflicts@master with: - CONFLICT_LABEL_NAME: 'Merge Conflicts' + CONFLICT_LABEL_NAME: '⚡ Merge Conflicts' GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}"