Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump github.com/onsi/gomega from 1.16.0 to 1.18.0 in /addons/packages/test/pkg #627

Bump github.com/onsi/gomega from 1.16.0 to 1.18.0 in /addons/packages/test/pkg

Bump github.com/onsi/gomega from 1.16.0 to 1.18.0 in /addons/packages/test/pkg #627

name: Housekeeping - Label PRs
# pull_request_target means that this will run on pull requests, but in the context of the base repo.
# This should mean PRs from forks are supported.
# Because it includes the `synchronize` parameter, any push of a new commit to the HEAD ref of a pull request
# will trigger this process.
on:
pull_request_target:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Label pull requests based on the paths
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labels.yml