Bump sigs.k8s.io/cluster-api from 1.4.4 to 1.7.0 #1377
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
# Automatically label new pull requests based on the paths of files being changed | |
name: Pull Request Labeler | |
on: | |
pull_request_target: | |
types: [opened, reopened, synchronize, ready_for_review] | |
jobs: | |
triage: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Label pull requests based on the file paths | |
uses: actions/labeler@v3 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler.yaml |