fix (v8 MessageBar): Add showExpandButton prop to allow manual override to explicitly show the expand button #31264
Workflow file for this run
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@v3 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
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' |