mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-13 11:36:59 +00:00
add e2e labeller (#15072)
This commit is contained in:
parent
54b1d089ae
commit
cb59514978
3
.github/e2eLabeler.yml
vendored
Normal file
3
.github/e2eLabeler.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# E2E Labels when source files are changes
|
||||||
|
e2eLineage:
|
||||||
|
- "/openmetadata-ui\/.*lineage.*/"
|
14
.github/workflows/labeler.yml
vendored
14
.github/workflows/labeler.yml
vendored
@ -23,3 +23,17 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
configuration-path: .github/labeler.yml
|
configuration-path: .github/labeler.yml
|
||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
pr-e2e-labels:
|
||||||
|
# Job to assign e2e PR labels for cypress tags
|
||||||
|
name: pr-e2e-labels
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Assign e2e labels
|
||||||
|
uses: actions/labeler@v4
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
configuration-path: .github/e2eLabeler.yml
|
||||||
|
sync-labels: true
|
Loading…
x
Reference in New Issue
Block a user