diff --git a/.github/labeler.yml b/.github/labeler.yml index 01d5aadf2c0f..43f9ca86ec20 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,6 +25,7 @@ - any-glob-to-any-file: - .circleci/** - .github/** + - all-globs-to-all-files: - '!.github/lsan-suppressions.txt' - '!.github/ISSUE_TEMPLATE/**' diff --git a/.github/workflows/close-needs-feedback.yml b/.github/workflows/close-needs-feedback.yml index 761618075d2c..bee2511100bf 100644 --- a/.github/workflows/close-needs-feedback.yml +++ b/.github/workflows/close-needs-feedback.yml @@ -4,6 +4,7 @@ on: schedule: - cron: "0 0 * * *" + permissions: contents: read