Skip to content

Commit cb8ddd9

Browse files
committed
feat: remove label syncer
1 parent e738cb9 commit cb8ddd9

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

.github/labeler.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,4 @@ dependencies:
1515
CI/CD:
1616
- docker/**/*
1717
- .github/**/*
18-
- .ci/**/*
19-
20-
# HACK: the label is declared with the only purpose of avoiding the
21-
# GitHub labeler bot from removing it. This is a known issue reported in the
22-
# official action/labeler repo https://github.com/actions/labeler/issues/763
23-
'deploy-pr-doc':
24-
- all:
25-
- changed-files:
26-
- all-globs-to-all-files: ['THIS-NEVER-MATCHES-A-FILE']
18+
- .ci/**/*

.github/labels.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/label.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818

19-
- uses: actions/checkout@v4
20-
21-
- name: "Sync labels"
22-
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
2619
# Label based on modified files
2720
- name: "Label based on changed files"
2821
uses: actions/labeler@v4

0 commit comments

Comments
 (0)