feat: Create v9 version of chart controls #32578
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
name: Pull request housekeeping 🧹 | |
on: | |
- pull_request_target | |
permissions: | |
contents: read | |
pull-requests: write | |
issues: write | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v5 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
sync-labels: true | |
configuration-path: .github/labeler.yml | |
assign-to-current-milestone: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign to latest milestone | |
uses: andrefcdias/add-to-milestone@v1.3.0 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
use-expression: true | |
milestone: '* Project Cycle *' | |
users-file-path: '.github/MAINTAINERS' |