Skip to content

Commit

Permalink
chore(deps): update actions/labeler action to v5 (#2903)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <[email protected]>
  • Loading branch information
renovate[bot] and tido64 authored Jan 2, 2024
1 parent 2be4e13 commit dfaf8d6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 19 deletions.
54 changes: 36 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**/*"
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfaf8d6

Please sign in to comment.