label-actions icon indicating copy to clipboard operation
label-actions copied to clipboard

🤖 GitHub Action that performs certain tasks when issues, pull requests or discussions are labeled or unlabeled

Results 9 label-actions issues
Sort by recently updated
recently updated
newest added

## Description This PR adds a feature which enables `label-actions` to assign reviewer(s) from the configuration. ## Setting example ```yml 'review request label': prs: reviewers: - toshimaru - ... number-of-reviwers:...

Lovely tool! One thing that would be nice is to be able to specify additional filter conditions to omit actions/comments under certain conditions. E.g. (syntax is just a sample) ```yaml...

The [documentation](https://github.com/marketplace/actions/label-actions#actions) states that `close-reason` is optional: ![image](https://github.com/dessant/label-actions/assets/33452387/1722792b-5456-4372-8056-f663c981bc5d) However this is only partially true, since if not provided and `close` is `true`, the workflow will fail with the following error:...

Hi! I wonder what this error means. ## Background: I wanted `safe-publish` label to be automatically unlabeled when it's labeled. (Scenario: Human labels PR, and some workflows are run, and...

It would be great if this action would be able to assign or unassign milestones based on labels added or removed so that issues and prs could be directly assigned/unassigned...

Could you add a feature to convert issues to discussions when a specific label is added? Something like this maybe. ```yml invalid:support: comment: > :wave: @{issue-author}, we use the issue...

We need to programmatically generate some URLs to point to the different development dashboards (we provision new environment for each PR). `issue-id` variable would become handy. Will test this change...

Hi, Thank you for creating and maintaining this action. I am opening a feature request because I think it would be very useful to manage labels from all repositories in...