-
Notifications
You must be signed in to change notification settings - Fork 428
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
Explain misconfigured workflow #405
Conversation
@pje: is there something I need to do to push this along? |
@thboop? I understand you're busy, but it'd be really helpful if someone would look (I can, of course, resolve conflicts, but it isn't worth it if no one will look at the PR.) |
Is it possible to split the fixes into separate PRs? I don't think it'll be reviewed otherwise. |
@ofek: it isn't worth my time to do such a thing until a GitHub employee shows that they're willing to actually review things. This project appears to be entirely orphaned. @ethomson prove me wrong. To your question: the commits are distinct and anyone w/ write permissions could trivially cherry-pick them individually. |
It is considered a very serious error to unintentionally delete a label in a tool for automating labeling. |
👋 From AWS! We rely on this labeling solution and would love to see this bug worked out. Thanks! |
@ford-at-aws I've enabled github actions on my fork: https://github.com/jsoref/labeler/actions -- and I've merged the changes into it. Actions details for the relevant commits✅ Merge pull request #1 from jsoref/fix-labeler ✅ Fix labeler Switching from actions/[email protected] to jsoref/[email protected]In theory where you would have used I will not delete the above tag. I can't delete the above commit sha -- do note that the sha doesn't (at the present time) refer to a commit in this repository, it's just jsoref@6b5f93e, but by referencing this repository, you should be less sensitive to me renaming my repository (which I don't intend to ever do). Updated 2022-12-20 Switching from actions/[email protected] to jsoref/[email protected]In theory where you would have used I will not delete the above tag. I can't delete the above commit sha -- do note that the sha doesn't (at the present time) refer to a commit in this repository, it's just jsoref@c6732c9, but by referencing this repository, you should be less sensitive to me renaming my repository (which I don't intend to ever do). |
@efb4f5ff-1298-471a-8973-3d47447115dc: dunno. I don't suppose you'd be willing to try using the labeler as versioned in #405 (comment) for a bit? I imagine you'd be able to confirm its behavior pretty quickly... You could even create a second copy (not really a fork, just a copy) of your repository w/ the alternate labeler and see how it behaves... |
@MaksimZhukov can you look at this PR as well? At least one linked repository has been using this for months. |
65535 |
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.
Hello, @jsoref,
Thank you for your efforts and the time you have spent on creating this pull request. We appreciate contributors like you who are willing to dedicate their time to improving this project.
Some of the issues you are fixing have already been addressed in other pull requests:
- The action.yml file is now properly annotated.
- The issue with the
sync-labels
input has already been fixed in the new major release as it is a breaking change
After reviewing your PR we came to the conclusion that we want to accept the change regarding the warning (the one I left comment for). Other changes are unnecessary.
We greatly appreciate your contribution and your patience through this process. We hope that this explanation provides clarity on our current position, and we certainly welcome future contributions from you.
@jsoref thank you for the contribution! |
Labeler has a bunch of more or less related problems.
action.yml
sync-labels: false
#404The general implementation to address this fits the outlines in #136 (comment)
https://github.com/check-spelling/use-labeler/actions/runs/2729552526
Annotations
⚠️ jsoref/labeler running under 'pull_request' is misconfigured
1 error and 1 warning
❌ label
Resource not accessible by integration
It needs
permissions: pull-requests: write
to work. Update the workflow. See https://github.com/actions/labeler/blob/6a315d4ea58951035b498eef56668feaba24489f/README.md#create-workflowhttps://github.com/check-spelling/use-labeler/runs/7492560360?check_suite_focus=true
Run jsoref/labeler@main
Workflow is not configured to label forks, exiting
This could include an info item, but, I don't really see the point.