Add Negative Y Value Support and Example for Vertical Bar Chart #33001
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/[email protected] | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
use-expression: true | |
milestone: '* Project Cycle *' | |
users-file-path: '.github/MAINTAINERS' |