chore: update versions in pinned_versions.env #1231
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
| --- | |
| # SPDX-license-identifier: Apache-2.0 | |
| ############################################################################## | |
| # Copyright (c) 2021 | |
| # All rights reserved. This program and the accompanying materials | |
| # are made available under the terms of the Apache License, Version 2.0 | |
| # which accompanies this distribution, and is available at | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| ############################################################################## | |
| name: Triage | |
| # yamllint disable-line rule:truthy | |
| on: [push, pull_request] | |
| permissions: read-all | |
| jobs: | |
| assign-label: | |
| name: Run GitHub action to assign labels to Pull Requests | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # 6.0.1 |