Replace defunct sles12 test node with sles15sp6 node #27165
This file contains hidden or 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: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| runs-on: ubuntu-latest | |
| name: Assign Labels | |
| steps: | |
| - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 | |
| if: ${{ github.event.pull_request }} | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| - uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0 | |
| with: | |
| github-token: "${{secrets.GITHUB_TOKEN}}" | |
| config-path: .github/regex_labeler.yml |