Inclusion of an additional check to run via vagrant on a windows 2022 server. #15325
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
# Label adding bot, see .github/labeler.yml for config | |
name: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
issues: | |
issue_comment: | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4.0.2 | |
if: ${{ github.event.pull_request }} | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: fuxingloh/multi-labeler@fb9bc28b2d65e406ffd208384c5095793c3fd59a # v1.8.0 | |
with: | |
github-token: "${{secrets.GITHUB_TOKEN}}" | |
config-path: .github/regex_labeler.yml |