-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto label PRs and Relayer component notes only (#1334)
* test categorized release notes * test categorized release notes * test auto label * fetch main branch * user labeler action * correct pr target * test docs * revert readme changes * remove uncategorized items from changelog * adds all labels and reverts testing changes
- Loading branch information
1 parent
b14e54f
commit e95d80b
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
"Component: Docs": | ||
- changed-files: | ||
- any-glob-to-any-file: docs/** | ||
|
||
"Component: Relayer": | ||
- changed-files: | ||
- any-glob-to-any-file: relayer/** | ||
|
||
"Component: Web": | ||
- changed-files: | ||
- any-glob-to-any-file: web/** | ||
|
||
"Component: Smoke Tests": | ||
- changed-files: | ||
- any-glob-to-any-file: smoketest/** | ||
|
||
"Component: Control Tool": | ||
- changed-files: | ||
- any-glob-to-any-file: control/** | ||
|
||
"Component: Ethereum": | ||
- changed-files: | ||
- any-glob-to-any-file: contracts/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: label PRs | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 | ||
with: | ||
sync-labels: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters