Dev Skulls

@devskulls · Joined May 2016

30 Points 0 Followers

2 Posts

0 Answers

Automatically assign an issue using github actions

To automatically set the assignee on an issue using GitHub Actions, you can use the assign action in a workflow file. Here is an example of how to do this: ``` name: Set assignee on issue o...