Skip to content

feat(react-color-picker) Combined components of the ColorPicker #32636

feat(react-color-picker) Combined components of the ColorPicker

feat(react-color-picker) Combined components of the ColorPicker #32636

Workflow file for this run

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/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
use-expression: true
milestone: '* Project Cycle *'
users-file-path: '.github/MAINTAINERS'