Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add labeler #549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add labeler #549

wants to merge 1 commit into from

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Mar 25, 2024

To add the ability to filter on specific components.

The list of labels is probably not exhaustive, but is a first start.

To add the ability to filter on specific components.

The list of labels is probably not exhaustive, but is a first start.
@HonahX
Copy link
Contributor

HonahX commented Mar 26, 2024

Shall we also add a workflow that use these labels in this PR?. As suggested in https://github.com/marketplace/actions/labeler

.github/workflows/labeler.yml

name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
  labeler:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v5

@sungwy
Copy link
Collaborator

sungwy commented May 2, 2024

I'm +1 for adding the sync-labels as well, it sounds like it could be helpful

name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
  labeler:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v5
      with:
        sync-labels: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants