From dfaf8d6179502344677209cc031bd0d415001e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:29:26 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v5 (#2903) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> --- .github/labeler.yml | 54 ++++++++++++++++++++++++++-------------- .github/workflows/pr.yml | 2 +- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0e07e5b40..8c78c3050 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,27 +1,45 @@ "chore": - - .github/**/* - - .gitignore - - .npmrc - - .yarnrc - - package.json - - scripts/**/* + - changed-files: + - any-glob-to-any-file: + - .github/**/* + - .gitignore + - .npmrc + - .yarnrc + - package.json + - scripts/**/* "feature: align-deps": - - packages/align-deps/**/* + - changed-files: + - any-glob-to-any-file: + - packages/align-deps/**/* "feature: cli": - - packages/cli/**/* - - packages/config/**/* + - changed-files: + - any-glob-to-any-file: + - packages/cli/**/* + - packages/config/**/* "feature: eslint": - - packages/eslint-*/**/* + - changed-files: + - any-glob-to-any-file: + - packages/eslint-*/**/* "feature: jest": - - packages/jest-*/**/* + - changed-files: + - any-glob-to-any-file: + - packages/jest-*/**/* "feature: metro": - - packages/babel-plugin-import-path-remapper/**/* - - packages/babel-preset-metro-react-native/**/* - - packages/metro-*/**/* - - packages/typescript-service/**/* + - changed-files: + - any-glob-to-any-file: + - packages/babel-plugin-import-path-remapper/**/* + - packages/babel-preset-metro-react-native/**/* + - packages/metro-*/**/* + - packages/typescript-service/**/* "feature: sdk": - - packages/react-native-*/**/* + - changed-files: + - any-glob-to-any-file: + - packages/react-native-*/**/* "feature: third party notices": - - packages/third-party-notices/**/* + - changed-files: + - any-glob-to-any-file: + - packages/third-party-notices/**/* "feature: webapis": - - "incubator/@react-native-webapis/**/*" + - changed-files: + - any-glob-to-any-file: + - "incubator/@react-native-webapis/**/*" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 61b168603..c62215919 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -170,7 +170,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true