[smart_holder] type_caster_odr_guard MSVC 193732825 C++17 windows-2022 is failing for unknown reasons. #1341
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: Labeler | |
on: | |
pull_request_target: | |
types: [closed] | |
permissions: {} | |
jobs: | |
label: | |
name: Labeler | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/labeler@main | |
if: > | |
github.event.pull_request.merged == true && | |
!startsWith(github.event.pull_request.title, 'chore(deps):') && | |
!startsWith(github.event.pull_request.title, 'ci(fix):') && | |
!startsWith(github.event.pull_request.title, 'docs(changelog):') | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
configuration-path: .github/labeler_merged.yml |