Skip to content

feat: #2693 Add ContextRepo composition #2137

feat: #2693 Add ContextRepo composition

feat: #2693 Add ContextRepo composition #2137

Workflow file for this run

name: Label PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
- run: echo "Done adding labels"