diff --git a/.github/labeler-issue-triage.yml b/.github/labeler-issue-triage.yml deleted file mode 100644 index d1a51fda..00000000 --- a/.github/labeler-issue-triage.yml +++ /dev/null @@ -1,4 +0,0 @@ -bug: - - 'panic:' -crash: - - 'panic:' diff --git a/.github/labeler-pull-request-triage.yml b/.github/labeler-pull-request-triage.yml deleted file mode 100644 index 31375c01..00000000 --- a/.github/labeler-pull-request-triage.yml +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: - - .github/dependabot.yml - - go.mod - - go.sum -documentation: - - website/**/* diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..569edb94 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +dependencies: +- changed-files: + - any-glob-to-any-file: .github/dependabot.yml + - any-glob-to-any-file: go.mod + - any-glob-to-any-file: go.sum +documentation: +- changed-files: + - any-glob-to-any-file: website/**/* \ No newline at end of file