diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1b8095c4a..74e88f287 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -83,9 +83,9 @@ body: attributes: label: Checklist options: - - label: I have searched existing issues to ensure this isn't a duplicate. + - label: I have searched existing tickets to ensure this isn't a duplicate. - label: I am using the latest version of the `main` branch. - - label: (For bugs) I have verified this is not an environment-specific issue. + - label: I have verified this is not an environment-specific problem. - type: textarea id: workaround diff --git a/.github/workflows/labeler.yml b/.github/labeler.yml similarity index 98% rename from .github/workflows/labeler.yml rename to .github/labeler.yml index 1ff046882..d3c5cc622 100644 --- a/.github/workflows/labeler.yml +++ b/.github/labeler.yml @@ -26,6 +26,7 @@ documentation: - changed-files: - any-glob-to-any-file: - '**/*.md' + - '**/*.mdx' - 'docs/**' examples: diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 70338e221..8ec0c65f1 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -36,4 +36,3 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true # Removes labels if files are removed from the PR - configuration-path: '.github/workflows/labeler.yml'