feature/11-update_master_to_beta_release_commits #12

Merged
alexvanin merged 185 commits from r.loginov/distribution:feature/11-update_master_to_beta_release_commits into tcl/master 2024-08-19 12:13:20 +00:00
2 changed files with 22 additions and 0 deletions
Showing only changes of commit bf6f5c3f74 - Show all commits

3
.github/labeler.yml vendored
View file

@ -36,6 +36,9 @@ area/storage/gcs:
area/storage/azure:
- registry/storage/azure
area/cache:
- registry/storage/cache
area/auth:
- registry/auth

19
.github/workflows/label.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Pull Request Labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
dot: true