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

labels.yml file ? #43

Open
ncvescera opened this issue Apr 7, 2023 · 2 comments
Open

labels.yml file ? #43

ncvescera opened this issue Apr 7, 2023 · 2 comments

Comments

@ncvescera
Copy link
Collaborator

Is the file .github/labels.yml an attempt to add the ghaction-github-labeler auto labels generator Action ?

If so, I will add the following file .github/githublabeler.yml:

name: "Github Labeler"

on:
  push:
    branches:
      - 'main'
    paths:
      - '.github/labels.yml'
      - '.github/workflows/githublabeler.yml'

jobs:
  labeler:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Run Labeler
        if: success()
        uses: crazy-max/ghaction-github-labeler@v4
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          yaml-file: .github/labels.yml
          skip-delete: false
          dry-run: false
          exclude: |
            help*
            *issue
@qdm12
Copy link
Owner

qdm12 commented Apr 8, 2023

Indeed, go for it 👍 Although an alternative path would be to just remove labels entirely, I don't think it's that needed given the low number of issues we have for now.

@ncvescera
Copy link
Collaborator Author

I'll add this Action ASAP anyway, just in case 🚀

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

No branches or pull requests

2 participants