-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 feature:icon and enhancement labels automatically #1411
add feature:icon and enhancement labels automatically #1411
Conversation
…so that the labels are added automatically when users copy the link
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.
Approved! ✔
Unfortunately yes, as you said, it'll need to be merged to master
before it takes effect.
I've made a test and the template works only with default
branches. Then, on the test, I've changed develop
as the default branch and it worked. 🤔
@lunatic-fox What do you mean by |
Whoops, I mean it in singular: "default branch". Take a look at |
aha! I didn't know that :( What a bummer! Well, not much we can do about it though I guess :/ Well, maybe we can consider making Just have to look at what the other consequences of changing the default branch would be. We can make a discussion about it if you also think it should be considered :) |
Nah, that's ok! I also discovered it now, because I was testing. 🙂 I got the same idea of using I'll bookmark this PR in my notifications. 📑 |
Hmm, weird. It works on non-default branches for me. See this example: https://github.com/devicons/devicon/compare/develop...Snailedlt:devicon:dup/check_if_pr_base_is_develop_on_icon_prs?quick_pull=1&template=new_icon.md&labels=feature:icon Could you please double check if it works for you @lunatic-fox ? |
Hi @Snailedlt! Yeah it'll work this way on any branch, but the issue that we're talking about before was related to when someone create a pull request the placeholder comment will be based on To be clear, when this PR is merged to |
@lunatic-fox Ahh yes, so then it's as I initially expected. Then there should be no issue merging it to develop now right? Also means that we don't need to change the default branch to master imo :) |
Yes, it's fine to merge to What I didn't test yet, and will not have much time to do now, was about the consequences to turning |
Definitely!
I'll merge then 👍 |
…so that the labels are added automatically when users copy the link (devicons#1411)
Double check these details before you open a PR
Features
add and labels to pull_request_template.md, so that the labels are added automatically when users copy the link
This PR closes #1399
Notes
I think this needs to be merged to master before it takes effect