-
Notifications
You must be signed in to change notification settings - Fork 32
Move to projectbot for automatic labelling of issues and PRs #671
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
base: main
Are you sure you want to change the base?
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@v1v Can you take a look. Is there a different way to set labels and add issues/PRs to a board that you prefer? |
.github/workflows/labeler.yml
Outdated
} | ||
|
||
- name: Run Project Bot | ||
uses: philschatz/project-bot@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project has not been updated for the last 6 years:
I'd say we should not use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Not sure what i looked at, but remember changes in the last weeks. My fault.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looking for precedence, to not having to reinvent the wheel. Any suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some other teams use:
- https://github.com/elastic/apm-agent-java/blob/main/.github/workflows/addToProject.yml
- https://github.com/elastic/apm-agent-java/blob/main/.github/workflows/labeler.yml
However, It's being a while since I have looked at the state, I know for the labeler
Sylvain has been recently improving it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the github/issue-labeler now.
Fixes #669 using github/issue-labeler for automatic labeling of issues and PRs.
Needs to be merged before it can actually be tested!?