Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Pull Request Labeler

paulomeurerzup edited this page Jan 11, 2021 · 4 revisions

This process is responsible for assign proper labels for opened PRs.

Workflow

This workflow will be executed every time a pull request event occurs.

You can see it more detailed in the workflow file.

Step by step

This workflow defines a job called label witch contains the following steps:

1. Execute labeler action

It uses the github action labeler for PR triage based on the paths that are modified in the PR.

The matchup between paths and labels is done in labeler file.

You can see the labels defined for Beagle here.