Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
@devskulls · Joined May 2016
2 Posts
0 Answers
Written by Dev Skulls
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...