Skip to content

Update actions/setup-go action to v5 #90

Update actions/setup-go action to v5

Update actions/setup-go action to v5 #90

Workflow file for this run

# Copyright (C) Nicolas Lamirault <[email protected]>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
# name: "Label PRs from globs"
# on:
# schedule:
# - cron: "0 * * * *"
# jobs:
# execute:
# runs-on: ubuntu-latest
# steps:
# - uses: jpmcb/[email protected]
# with:
# jobs: 'pr-labeler'
# github-token: "${{ secrets.GITHUB_TOKEN }}"
name: Prow / Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"